actions: rename cache miss fallback build step

This commit is contained in:
Dylan T 2020-12-21 21:32:27 +00:00 committed by GitHub
parent ff9d013005
commit d49ae832e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
path: "./bin"
key: "php-build-generic-${{ hashFiles('./tests/gh-actions/build.sh') }}"
- name: Check PHP build cache restored successfully
- name: Kill build on PHP build cache miss (should never happen)
if: steps.php-build-cache.outputs.cache-hit != 'true'
run: exit 1