Skip to content

Commit

Permalink
Fix running e2e test on github actions (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
remvee authored Nov 5, 2024
1 parent cf61494 commit da86afd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Run tests
env:
API_HOST: ${{ secrets.API_HOST }}
API_PORT: ${{ secrets.API_PORT }}
API_PORT: 8080
CLIENTS_INFO_PATH: ${{ secrets.CLIENTS_INFO_PATH }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand All @@ -54,7 +53,6 @@ jobs:
TOKEN_ENDPOINT: ${{ secrets.TOKEN_ENDPOINT }}
TRUSTSTORE: truststore.jks
TRUSTSTORE_PASSWORD: ${{ secrets.TRUSTSTORE_PASSWORD }}
WORKER_API_HOST: ${{ secrets.WORKER_API_HOST }}
WORKER_API_PORT: ${{ secrets.WORKER_API_PORT }}
WORKER_API_PORT: 8081

run: lein test :e2e

0 comments on commit da86afd

Please sign in to comment.