Skip to content

Commit

Permalink
Revert "ci(examples): remove test-e2e job since swcx cannot run w…
Browse files Browse the repository at this point in the history
…ithout a tty, possibly related to swc-project/swc#5017"

This reverts commit 56b12aa.
  • Loading branch information
medfreeman committed Nov 18, 2022
1 parent 4f29e3d commit 8c49681
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/format_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,4 @@ jobs:
pnpm install
- name: Run npm `test:e2e`
run: |
pnpm build:release
pnpm test --filter=example-api
run: pnpm test:e2e

0 comments on commit 8c49681

Please sign in to comment.