Skip to content

Commit

Permalink
Fix GitHUb Workflwos
Browse files Browse the repository at this point in the history
  • Loading branch information
Release-Candidate committed Apr 25, 2021
1 parent ccfee55 commit 40ed9f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run Tests
run: |
cd $GITHUB_WORKSPACE
./bin/TestTzolkin.exe --summary
dotnet ./bin/TestTzolkin.dll --summary
- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/osx_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Run Tests
run: |
cd $GITHUB_WORKSPACE
./bin/TestTzolkin.exe --summary
dotnet ./bin/TestTzolkin.exe --summary
- uses: actions/upload-artifact@v2
if: ${{ always() }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ jobs:
dotnet paket restore
- name: Publish Tests
shell: cmd
run: |
cd $GITHUB_WORKSPACE
dotnet fake run .\build.fsx target Publish
- name: Run Tests
shell: cmd
run: |
cd $GITHUB_WORKSPACE
.\bin\TestTzolkin.exe --summary
Expand Down

0 comments on commit 40ed9f4

Please sign in to comment.