Skip to content

Commit

Permalink
differ from studio and classic integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiomartins8 committed Mar 26, 2024
1 parent 180f72d commit 80f6ea1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,11 @@ jobs:
run: npm ci && npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
- name: Run Playwright tests for studio integration
env:
IS_CLASSIC_INTEGRATION: 'false'
run: npm run e2e
- name: Run Playwright tests for classic integration
env:
IS_CLASSIC_INTEGRATION: 'true'
run: npm run e2e

0 comments on commit 80f6ea1

Please sign in to comment.