Skip to content

Commit

Permalink
Continue if test step errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jmroot committed Mar 9, 2022
1 parent 4dc176a commit 7d78f51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ jobs:
cd MacPorts
sudo make install
- name: Test MacPorts Base
continue-on-error: true
run: |
set -u
set -eu
cd MacPorts
make test
- name: Prepare Deployment
Expand Down

0 comments on commit 7d78f51

Please sign in to comment.