File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6969 uses : asdf-vm/actions/setup@05e0d2ed97b598bfce82fd30daf324ae0c4570e6
7070
7171 - name : Cache asdf
72- uses : actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613
72+ uses : actions/cache@v4
7373 with :
7474 path : |
7575 ~/.asdf
8383 PYTHON_CONFIGURE_OPTS : --enable-shared
8484
8585 - name : Cache Virtualenv
86- uses : actions/cache@a2ed59d39b352305bdd2f628719a53b2cc4f9613
86+ uses : actions/cache@v4
8787 id : cache-venv
8888 with :
8989 path : .venv
@@ -163,7 +163,7 @@ jobs:
163163 repositories : " electronic-prescription-service-api-regression-tests,eps-test-reports"
164164
165165 - name : Report failure on test failure
166- if : steps.tests.outcome != 'success' || ( steps.sha1_tests.outcome != 'success' && steps.sha1_tests.outcome != 'skipped' )
166+ if : steps.tests.outcome != 'success' || ( steps.sha1_tests.outcome != 'success' && steps.sha1_tests.outcome != 'skipped' )
167167 run : |
168168 poetry run python scripts/send_test_results.py --token=${{ steps.generate-token.outputs.token }} --run_id ${{GITHUB.RUN_ID}}
169169 echo The regression tests step failed, this likely means there are test failures.
You can’t perform that action at this time.
0 commit comments