Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update .github/workflows/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Reid Priedhorsky <[email protected]>
  • Loading branch information
lucaudill and reidpr authored Sep 28, 2023
1 parent e41849d commit 5bb6158
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -393,9 +393,7 @@ jobs:
- name: run test suite (Git WD, standard)
run: |
bin/ch-test all
if [[ $(cat /tmp/ch-test.tmp.$USER/rootemu) != "yes" ]]; then
false
fi
[[ $(cat /tmp/ch-test.tmp.$USER/rootemu) == "yes" ]]
- name: run test suite (installed from Git WD, standard)
if: ${{ matrix.builder == 'ch-image'
Expand Down

0 comments on commit 5bb6158

Please sign in to comment.