set timeout and add dev_bundle to cache

This commit is contained in:
Leonardo Venturini
2024-10-21 09:45:28 -04:00
parent b593ef42fa
commit ad9ea2a533

View File

@@ -12,6 +12,7 @@ jobs:
concurrency:
group: ${{ github.head_ref }}-test-deprecated-packages
cancel-in-progress: true
timeout-minutes: 60
env:
PUPPETEER_DOWNLOAD_PATH: /home/runner/.npm/chromium
@@ -35,7 +36,9 @@ jobs:
~/.npm
.meteor
.babel-cache
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
dev_bundle
/home/runner/.npm/chromium
key: ${{ runner.os }}-node-${{ hashFiles('meteor', '**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-