Skip to content

Commit

Permalink
240219.225723.HKT correct the artifact name of test_gfortran*.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Feb 19, 2024
1 parent 14c7740 commit 9565946
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts
Submodule scripts updated 1 files
+2 −1 misc_app
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
# Note that `$TEST_DIR` does not work on Windows, where its equivalent is `$env:TEST_DIR`.
# In the following, we enquire `$TEST_DIR` by using the `env` context, which is platform independent.
with:
name: ${{ matrix.os }}-${{ matrix.solver }}-${{ matrix.ikind }}-${{ matrix.version }}-${TESTDIM}-${FFLAGS}
name: ${{ matrix.os }}-${{ matrix.solver }}-${{ matrix.ikind }}-${{ matrix.version }}-${{ env.TESTDIM }}-${{ env.FFLAGS }}
path: ${{ env.TEST_DIR }}/prima/fortran/tests/test.${{ matrix.solver }}/log/*.log

- name: Remove the test data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_kunpeng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Note that `$TEST_DIR` does not work on Windows, where its equivalent is `$env:TEST_DIR`.
# In the following, we enquire `$TEST_DIR` by using the `env` context, which is platform independent.
with:
name: ${{ matrix.solver }}-${{ matrix.ikind }}-${FFLAGS}-${TESTDIM}
name: ${{ matrix.solver }}-${{ matrix.ikind }}-${{ env.FFLAGS }}-${{ env.TESTDIM }}
path: ${{ env.TEST_DIR }}/prima/fortran/tests/test.${{ matrix.solver }}/log/*.log

- name: Remove the test data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_gfortran_pi64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Note that `$TEST_DIR` does not work on Windows, where its equivalent is `$env:TEST_DIR`.
# In the following, we enquire `$TEST_DIR` by using the `env` context, which is platform independent.
with:
name: ${{ matrix.solver }}-${{ matrix.ikind }}-${TESTDIM}-${FFLAGS}
name: ${{ matrix.solver }}-${{ matrix.ikind }}-${{ env.TESTDIM }}-${{ env.FFLAGS }}
path: ${{ env.TEST_DIR }}/prima/fortran/tests/test.${{ matrix.solver }}/log/*.log

- name: Remove the test data
Expand Down

0 comments on commit 9565946

Please sign in to comment.