Skip to content

Commit

Permalink
run testonly
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 f885880 commit 5f65c7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
working-directory: test
run: |
ici \
--rcwd "${{ env.remote_build_dir }}/test" \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 all; exit $?" \
--rcwd "${{ env.remote_build_dir }}" \
--cmd "/QOpenSys/pkgs/bin/gmake --jobs=1 testonly; exit $?" \
env:
IBMI_HOST: ${{ secrets.IBMI_HOST }}
IBMI_USER: ${{ secrets.IBMI_USER }}
Expand Down

0 comments on commit 5f65c7e

Please sign in to comment.