Skip to content

Commit

Permalink
fix(ci): run e2e-pte tests in the correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Feb 20, 2024
1 parent bfa53c9 commit e2f26c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-pte.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
run: npx playwright install --with-deps

- name: Run end-to-end tests
run: npx jest --config=packages/@sanity/portable-text-editor/e2e-tests/e2e.config.cjs --silent --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }}
run: cd packages/@sanity/portable-text-editor && npx jest --config=e2e-tests/e2e.config.cjs --silent --shard=${{ matrix.shardIndex}}/${{ matrix.shardTotal }}

0 comments on commit e2f26c4

Please sign in to comment.