Skip to content

Commit

Permalink
removed unused steps in playwright workfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 2, 2024
1 parent 1425d22 commit aa64f6e
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,38 +68,6 @@ jobs:
run: |
sudo yarn install
- name: Install Prettier
run: sudo yarn add prettier

- name: Run Prettier - Formatting check
working-directory: ./frontend
run: |
sudo yarn prettier . --check --config ../.prettierrc --ignore-path ../.prettierignore
#- name: Run Type Check
#if: always()
#uses: borales/actions-yarn@v5
#with:
#cmd: nuxi typecheck
#dir: "frontend"
- name: Run Type Check
working-directory: ./frontend
if: always()
run: |
sudo yarn nuxi typecheck
#- name: Run eslint - Linting
#if: always()
#uses: borales/actions-yarn@v5
#with:
#cmd: eslint . --ext .js,.vue
#dir: "frontend"
- name: Run eslint - Linting
working-directory: ./frontend
if: always()
run: |
sudo yarn eslint . --ext .js,.vue
- name: Install Playwright Browsers
working-directory: ./frontend
run: |
Expand Down

0 comments on commit aa64f6e

Please sign in to comment.