File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
1313jobs :
1414 main :
1515 runs-on : ubuntu-latest
16+ if : ${{hashFiles('**/bun.lockb')}}
1617 steps :
1718 - uses : actions/checkout@v4
1819 with :
3536 with :
3637 name : playwright-report
3738 path : dist/.playwright/apps/
38- retention-days : 30
39+ retention-days : 30
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ permissions:
1313jobs :
1414 main :
1515 runs-on : ubuntu-latest
16+ if : ${{ hashFiles('**/package-lock.json')}}
1617 steps :
1718 - uses : actions/checkout@v4
1819 with :
2324 node-version : latest
2425
2526 - run : npm ci
26-
27+
2728 - uses : nrwl/nx-set-shas@v4
2829
2930 - name : Install Playwright Browsers
3637 with :
3738 name : playwright-report
3839 path : dist/.playwright/apps/
39- retention-days : 30
40+ retention-days : 30
You can’t perform that action at this time.
0 commit comments