Skip to content

Commit fc2e1ee

Browse files
authored
test: prettier format example yml workflows (#1386)
1 parent a2da478 commit fc2e1ee

22 files changed

+3
-22
lines changed

.github/workflows/example-basic-pnpm.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
basic-pnpm:
1211
strategy:
1312
fail-fast: false

.github/workflows/example-basic.yml

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

1010
jobs:
11-
1211
basic:
1312
strategy:
1413
fail-fast: false

.github/workflows/example-chrome.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-24.04
1312
steps:

.github/workflows/example-config.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
start:
1211
# example where we pass custom base URL
1312
runs-on: ubuntu-24.04

.github/workflows/example-custom-ci-build-id.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939

4040
jobs:
41-
4241
check-record-key:
4342
runs-on: ubuntu-24.04
4443
outputs:

.github/workflows/example-custom-command.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
start:
1211
# example where instead of forming the default "cypress run ..."
1312
# the user can specify their own command

.github/workflows/example-env.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ env:
1313
# see https://on.cypress.io/env
1414
CYPRESS_environmentName: staging
1515
jobs:
16-
1716
e2e:
1817
runs-on: ubuntu-24.04
1918
steps:

.github/workflows/example-firefox.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
firefox:
1211
runs-on: ubuntu-24.04
1312
steps:

.github/workflows/example-install-command.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
install-command:
1211
runs-on: ubuntu-24.04
1312
steps:

.github/workflows/example-install-only.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
# do not install every dependency in this example
1211
# just install Cypress, but make sure to cache it
1312
install-cypress-only:

0 commit comments

Comments
 (0)