File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11name : CI
22
3- # on:
4- # push:
5- # branches:
6- # - master
7- # pull_request:
3+ on :
4+ push :
5+ branches :
6+ - master
7+ pull_request :
88
99permissions :
1010 actions : read
2626 - uses : nrwl/nx-set-shas@v4
2727
2828 - name : Install Playwright Browsers
29- run : npx playwright install --with-deps
29+ run : bunx playwright install --with-deps
3030
3131 - run : bun nx affected -t lint test build
3232 - run : bun nx affected --parallel 1 -t e2e-ci
Original file line number Diff line number Diff line change 2929 - name : Install Playwright Browsers
3030 run : npx playwright install --with-deps
3131
32- - run : npm nx affected -t lint test build
33- - run : npm nx affected --parallel 1 -t e2e-ci
32+ - run : npx nx affected -t lint test build
33+ - run : npx nx affected --parallel 1 -t e2e-ci
3434 - uses : actions/upload-artifact@v4
3535 if : ${{ !cancelled() }}
3636 with :
You can’t perform that action at this time.
0 commit comments