Skip to content

Commit

Permalink
(chocolatey#2434) Test workflow run integration tests on Ubuntu and M…
Browse files Browse the repository at this point in the history
…acOS
  • Loading branch information
TheCakeIsNaOH authored and gep13 committed Nov 12, 2021
1 parent 4569381 commit 740252f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh -v
- name: Test with Nunit on Mono
run: $GITHUB_WORKSPACE//test.sh
run: $GITHUB_WORKSPACE//test.sh integration
- name: Upload Ubuntu build results
uses: actions/upload-artifact@v2
# Always upload build results
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
chmod +x build.sh
$GITHUB_WORKSPACE//build.sh -v
- name: Test with Nunit on Mono
run: $GITHUB_WORKSPACE//test.sh
run: $GITHUB_WORKSPACE//test.sh integration
- name: Upload MacOS build results
uses: actions/upload-artifact@v2
# Always upload build results
Expand Down

0 comments on commit 740252f

Please sign in to comment.