Skip to content

Commit

Permalink
Uncomment playwright ci/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
c0d33ngr committed Jan 22, 2024
1 parent 69d52ca commit 5dcc12e
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 @@ -170,10 +170,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 5dcc12e

Please sign in to comment.