File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
- # on:
4
- # push:
5
- # branches:
6
- # - master
7
- # pull_request:
3
+ on :
4
+ push :
5
+ branches :
6
+ - master
7
+ pull_request :
8
8
9
9
permissions :
10
10
actions : read
26
26
- uses : nrwl/nx-set-shas@v4
27
27
28
28
- name : Install Playwright Browsers
29
- run : npx playwright install --with-deps
29
+ run : bunx playwright install --with-deps
30
30
31
31
- run : bun nx affected -t lint test build
32
32
- run : bun nx affected --parallel 1 -t e2e-ci
Original file line number Diff line number Diff line change 29
29
- name : Install Playwright Browsers
30
30
run : npx playwright install --with-deps
31
31
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
34
34
- uses : actions/upload-artifact@v4
35
35
if : ${{ !cancelled() }}
36
36
with :
You can’t perform that action at this time.
0 commit comments