Skip to content

Commit

Permalink
ci: enable e2e specs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi-jutsu committed Sep 27, 2024
1 parent 2895a34 commit fc690b1
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,5 @@ jobs:
- name: Run unitary tests
run: pnpm test

# TODO: Fix E2E tests in CI
# . missing .env file
# . testcontainers container not reachable (Error: URL /health-check not accessible after 60000ms)
#
# Disabled for now
# - name: Run E2E tests
# run: pnpm test:e2e
- name: Run E2E tests
run: pnpm test:e2e

0 comments on commit fc690b1

Please sign in to comment.