Skip to content

Commit 6b4b9b2

Browse files
committed
mock server
1 parent d6ae9d3 commit 6b4b9b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
node-version: [20.x]
2323

24-
steps:
24+
steps:
2525
# Checkout the repository
2626
- name: Checkout Repository
2727
uses: actions/checkout@v5

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
node-version: [20.x]
2323

24-
steps:
24+
steps:
2525
- uses: actions/checkout@v5
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v5

.github/workflows/puppeteer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
node-version: [20.x]
2323

24-
steps:
24+
steps:
2525
- uses: actions/checkout@v5
2626
- name: Use Node.js ${{ matrix.node-version }}
2727
uses: actions/setup-node@v5

.github/workflows/webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
node-version: [20.x]
2222

23-
steps:
23+
steps:
2424
- run: docker run -d --net=host --shm-size=2g selenium/standalone-chrome:4.27
2525
- uses: actions/checkout@v5
2626
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)