Skip to content

Commit d16cd77

Browse files
committed
github: back to ci/run-build-and-tests.sh
1 parent 9ab8957 commit d16cd77

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,7 @@ jobs:
136136
steps:
137137
- uses: actions/checkout@v5
138138
- run: ci/install-dependencies.sh
139-
- run: make
139+
- run: ci/run-build-and-tests.sh
140140
- name: print test failures
141141
if: failure() && env.FAILED_TEST_ARTIFACTS != ''
142142
run: ci/print-test-failures.sh

0 commit comments

Comments
 (0)