Update action.yml

This commit is contained in:
Philip Korsholm
2021-10-21 09:20:04 +02:00
committed by GitHub
parent 0f88293100
commit 117d90193a

View File

@@ -17,7 +17,7 @@ jobs:
cache: "yarn"
- name: Assert changed
run: ./scripts/assert-changed-files-actions.sh "packages"
run: ./scripts/assert-changed-files-actions.sh "packages/*|(e2e|integration)-tests/*|.circleci/*|yarn.lock"
- name: Bootstrap packages
uses: ./.github/actions/cache-bootstrap