Skip to content

Commit

Permalink
Merge pull request #8184 from madhavajay/madhava/frontend_e2e
Browse files Browse the repository at this point in the history
Disabling frontend e2e because there are none and the tox task breaks
  • Loading branch information
madhavajay authored Oct 20, 2023
2 parents c4ae31f + c8318e5 commit e800a40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-tests-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@ jobs:
# cache: "pnpm"
# cache-dependency-path: packages/grid/frontend/pnpm-lock.yaml

- name: Run Frontend Playwright e2e Tests
if: steps.changes.outputs.stack == 'true'
env:
DOCKER: true
run: |
tox -e frontend.test.e2e
# - name: Run Frontend Playwright e2e Tests
# if: steps.changes.outputs.stack == 'true'
# env:
# DOCKER: true
# run: |
# tox -e frontend.test.e2e

0 comments on commit e800a40

Please sign in to comment.