Skip to content

Commit deedfff

Browse files
committed
renamed job in playwright workflow
1 parent 95b679b commit deedfff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/playwright-onDemand.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
2121
jobs:
22-
playwright_tests:
22+
test:
2323
# Runs on an ubuntu runner
2424
runs-on: ubuntu-latest
2525

.github/workflows/playwright-scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
playwright_tests:
12+
test:
1313
# Runs on an ubuntu runner
1414
runs-on: ubuntu-latest
1515

0 commit comments

Comments
 (0)