Skip to content

Commit 25b7c45

Browse files
committed
ChangedGithubActions
1 parent fd3711d commit 25b7c45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939

4040
# Step to run tests with qa as environment variable similarly we can define qa|dev|qaApi|devApi
4141
- name: Run tests
42-
run: |
43-
cd ..
44-
npm run test:serial
42+
run: npm run test:serial
4543
env:
4644
npm_config_ENV: "qa"

0 commit comments

Comments
 (0)