Skip to content

Commit 328b24d

Browse files
authored
fix order
1 parent cbb7e49 commit 328b24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v5
138138
- run: ci/install-dependencies.sh
139-
- run: ci/run-build-and-tests.sh
140139
- run: |
141140
cat >x.c <<EOF
142141
#include <regex.h>
@@ -157,6 +156,7 @@ jobs:
157156
echo "$compiler:"
158157
$compiler -o x x.c && ./x
159158
done
159+
- run: ci/run-build-and-tests.sh
160160
- name: print test failures
161161
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
162162
run: ci/print-test-failures.sh

0 commit comments

Comments
 (0)