File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
# run: make -C build -j
56
56
# - name: Unit tests
57
57
# run: ctest --test-dir build -L TESTLABEL -j 4
58
- # - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
58
+ # - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
59
59
# if: always()
60
60
# with:
61
61
# name: log-gcc-${{ env.CXX }}
@@ -111,7 +111,7 @@ jobs:
111
111
run : |
112
112
. /opt/intel/oneapi/setvars.sh
113
113
ctest --test-dir build --output-on-failure -L TESTLABEL -j 4
114
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
114
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115
115
if : always()
116
116
with :
117
117
name : log-pvc-impi-icpx-${{ matrix.config }}
@@ -152,7 +152,7 @@ jobs:
152
152
# - name: MP unit tests
153
153
# # run: srun -p cluster scripts/run_command_on_compute_node.sh build/Testing/mptests.outerr.txt ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
154
154
# run: ctest --test-dir build -R ^mp-tests-sycl -L MP -j 4
155
- # - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
155
+ # - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
156
156
# if: always()
157
157
# with:
158
158
# name: log-ishmem-impi-icpx-${{ matrix.config }}
You can’t perform that action at this time.
0 commit comments