Skip to content

Commit

Permalink
commented out playwright ci/lint in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsuresh-git committed Nov 16, 2023
1 parent 1a37d61 commit 8a698e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ jobs:
cd e2e/playwright
npm run tsc
- name: ci/lint
run: |
cd e2e/playwright
npm run lint
# - name: ci/lint
# run: |
# cd e2e/playwright
# npm run lint

- name: ci/run-playwright-tests
run: |
Expand Down

0 comments on commit 8a698e3

Please sign in to comment.