Skip to content

Commit e7dd7f1

Browse files
Rework of checkout location
1 parent a510307 commit e7dd7f1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/actions/run-playwright-tests/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ runs-on: ubuntu-latest
33
timeout-minutes: 3
44
runs:
55
steps:
6-
- uses: actions/checkout@v4
76
- name: Set up Python
87
uses: actions/setup-python@v5
98
with:

.github/workflows/stage-2-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
timeout-minutes: 3
3636
steps:
37+
- name: "Checkout code"
38+
uses: actions/checkout@v4
3739
- name: "Run Playwright Tests"
3840
uses: ./.github/actions/run-playwright-tests

0 commit comments

Comments
 (0)