Skip to content

Commit

Permalink
add exit after gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Zak authored and Jonathan Zak committed Jul 23, 2024
1 parent dd10216 commit f885880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
ici \
--rcwd "${{ env.remote_build_dir }}/test" \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 all" \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 all; exit $?" \
env:
IBMI_HOST: ${{ secrets.IBMI_HOST }}
IBMI_USER: ${{ secrets.IBMI_USER }}
Expand Down

0 comments on commit f885880

Please sign in to comment.