Skip to content

Commit 1a0e841

Browse files
committed
reformat all extra test workflows
1 parent ecce5c2 commit 1a0e841

File tree

8 files changed

+13
-20
lines changed

8 files changed

+13
-20
lines changed

.github/workflows/example-chrome-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: example-chrome-docker
22
on: workflow_dispatch
33
jobs:
4-
54
docker-browsers:
65
runs-on: ubuntu-22.04
76
container: cypress/browsers:latest

.github/workflows/example-chromium.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
workflow_dispatch:
88

99
jobs:
10-
1110
tests:
1211
runs-on: ubuntu-22.04
1312
steps:

.github/workflows/example-edge-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: example-edge-docker
22
on: workflow_dispatch
33
jobs:
4-
54
docker-browsers:
65
runs-on: ubuntu-22.04
76
container: cypress/browsers:latest

.github/workflows/example-firefox-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: example-firefox-docker
22
on: workflow_dispatch
33
jobs:
4-
54
docker-browsers:
65
runs-on: ubuntu-22.04
76
container: cypress/browsers:latest

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
workflow_dispatch:
44

55
jobs:
6-
76
release:
87
runs-on: ubuntu-22.04
98
name: release
@@ -18,7 +17,7 @@ jobs:
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 }}

.github/workflows/test-native-install.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ jobs:
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

.github/workflows/test-verify.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ on:
44
workflow_dispatch:
55

66
defaults:
7-
run:
8-
working-directory: examples/basic
7+
run:
8+
working-directory: examples/basic
99

1010
jobs:
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

.github/workflows/test-yarn-no-npx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77
DEBUG: '@cypress/github-action'
88

99
jobs:
10-
1110
basic:
1211
runs-on: ubuntu-22.04
1312
steps:

0 commit comments

Comments
 (0)