Skip to content

FlattenTransposed() #129

FlattenTransposed()

FlattenTransposed() #129

Workflow file for this run

# thanks to https://github.com/SierraSoftworks/sierralib.api.views/blob/master/.github/workflows/package.yml for helping me figure this out
# GitHub's own documentation was a bit lacking.
name: Test the package
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout the project
uses: actions/checkout@master
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Run the test
run: dotnet test
env:
RELEASE_VERSION: 0.0.0-test+${{ github.sha }}