File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 70
70
if : ${{ matrix.os == 'macos-latest' }}
71
71
uses : actions/cache@v3
72
72
with :
73
+ lookup-only : true
73
74
path : ${{ steps.homebrew-cache-dir-path.outputs.dir }}
74
75
key : brew-${{ matrix.node_version }}
75
76
restore-keys : |
@@ -401,7 +402,7 @@ jobs:
401
402
402
403
- name : Run e2e tests
403
404
id : e2e-run
404
- run : yarn nx run-many -t e2e,e2e-macos -p ${{ matrix.project }}
405
+ run : pnpm nx run-many -t e2e,e2e-macos -p ${{ matrix.project }}
405
406
timeout-minutes : ${{ matrix.os_timeout }}
406
407
env :
407
408
GIT_AUTHOR_EMAIL : test@test.com
Original file line number Diff line number Diff line change 44
44
id : cache-modules
45
45
uses : actions/cache@v3
46
46
with :
47
+ lookup-only : true
47
48
path : ' **/node_modules'
48
49
key : ${{ runner.os }}-modules-${{ matrix.node_version }}-${{ github.run_id }}
49
50
67
68
needs : preinstall
68
69
permissions :
69
70
contents : read
70
-
71
71
runs-on : windows-latest
72
72
strategy :
73
73
matrix :
@@ -287,7 +287,7 @@ jobs:
287
287
288
288
- name : Run e2e tests
289
289
id : e2e-run
290
- run : yarn nx run ${{ matrix.project }}:e2e
290
+ run : pnpm nx run ${{ matrix.project }}:e2e
291
291
timeout-minutes : 120
292
292
env :
293
293
GIT_AUTHOR_EMAIL : test@test.com
You can’t perform that action at this time.
0 commit comments