Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed Feb 26, 2024
1 parent 7f291a0 commit d4f2612
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,14 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: chmod u+x
run: chmod u+x $GrateExecutablePath
if: ${{ matrix.arch == 'linux' }}
env:
GrateExecutablePath: ${{ github.workspace }}/executables/${{ matrix.arch }}-x64/grate
- name: Test
run: |
chmod u+x $GrateExecutablePath
dotnet test \
unittests/CommandLine/${{ matrix.category }} \
--logger:"xunit;LogFilePath=/tmp/test-results/${{ matrix.category }}.xml" -- \
Expand Down

0 comments on commit d4f2612

Please sign in to comment.