File tree Expand file tree Collapse file tree 8 files changed +13
-20
lines changed
Expand file tree Collapse file tree 8 files changed +13
-20
lines changed Original file line number Diff line number Diff line change 11name : example-chrome-docker
22on : workflow_dispatch
33jobs :
4-
54 docker-browsers :
65 runs-on : ubuntu-22.04
76 container : cypress/browsers:latest
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10-
1110 tests :
1211 runs-on : ubuntu-22.04
1312 steps :
Original file line number Diff line number Diff line change 11name : example-edge-docker
22on : workflow_dispatch
33jobs :
4-
54 docker-browsers :
65 runs-on : ubuntu-22.04
76 container : cypress/browsers:latest
Original file line number Diff line number Diff line change 11name : example-firefox-docker
22on : workflow_dispatch
33jobs :
4-
54 docker-browsers :
65 runs-on : ubuntu-22.04
76 container : cypress/browsers:latest
Original file line number Diff line number Diff line change 33 workflow_dispatch :
44
55jobs :
6-
76 release :
87 runs-on : ubuntu-22.04
98 name : release
1817 uses : cycjimmy/semantic-release-action@v3
1918 id : semantic
2019 with :
21- dry_run : true
20+ dry_run : true
2221 branch : master
2322 env :
2423 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 44 install :
55 runs-on : ubuntu-22.04
66 steps :
7- - run : npm init -y
8- - run : npm install cypress --ignore-scripts # install Cypress npm module only
9- - run : npx cypress install # install Cypress binary
10- env :
11- DEBUG : ' cypress:*'
12- - run : npx cypress verify
7+ - run : npm init -y
8+ - run : npm install cypress --ignore-scripts # install Cypress npm module only
9+ - run : npx cypress install # install Cypress binary
10+ env :
11+ DEBUG : ' cypress:*'
12+ - run : npx cypress verify
Original file line number Diff line number Diff line change 44 workflow_dispatch :
55
66defaults :
7- run :
8- working-directory : examples/basic
7+ run :
8+ working-directory : examples/basic
99
1010jobs :
11-
1211 verify :
1312 runs-on : ubuntu-22.04
1413 steps :
15- - name : Checkout
16- uses : actions/checkout@v4
17- - run : npm ci
18- - run : npx cypress verify
14+ - name : Checkout
15+ uses : actions/checkout@v4
16+ - run : npm ci
17+ - run : npx cypress verify
Original file line number Diff line number Diff line change 77 DEBUG : ' @cypress/github-action'
88
99jobs :
10-
1110 basic :
1211 runs-on : ubuntu-22.04
1312 steps :
You can’t perform that action at this time.
0 commit comments