mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
moved make after environment variable
This commit is contained in:
parent
8cbcf23b8d
commit
8288b55822
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -125,7 +125,7 @@ jobs:
|
|||
- name: test
|
||||
shell: bash
|
||||
run: |
|
||||
make CTEST_OUTPUT_ON_FAILURE=1 test -C $GITHUB_WORKSPACE/build/
|
||||
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
|
||||
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
|
||||
|
||||
- name: after_success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue