Skip to content

Commit 33cec12

Browse files
committed
GithubActions_DockerfileChanges
1 parent 5f15b05 commit 33cec12

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
# Specify the operating system for this job
1818
runs-on: ubuntu-latest
1919

20-
strategy:
21-
matrix:
22-
env: qa
23-
2420
# Define the steps to execute in this job
2521
steps:
2622
# Step to checkout the source code from the repository
@@ -43,4 +39,4 @@ jobs:
4339

4440
# Step to run tests
4541
- name: Run tests
46-
run: npm run test:serial
42+
run: npm run test:serial -- --ENV=qa

0 commit comments

Comments
 (0)