Skip to content

Commit

Permalink
TECH-1172 enable all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcivic committed Jan 23, 2025
1 parent dc508c3 commit 07ee90d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ jobs:
yarn dev & npx wait-on http://localhost:3009
timeout-minutes: 1

- name: Start the wagmi example app
uses: JarvusInnovations/background-action@v1.0.7
with:
run: yarn dev &
working-directory: packages/civic-auth-web3/wagmi
wait-on: http://localhost:3010
wait-for: 60s
log-output-if: true


# - name: Set up cypress e2e tests for client-auth lib in example app
# uses: ./.github/actions/test-e2e
# with:
Expand Down

0 comments on commit 07ee90d

Please sign in to comment.