Skip to content

Commit

Permalink
Fixed e2e tests (#333)
Browse files Browse the repository at this point in the history
* Fixed e2e tests

* Upgraded deps
  • Loading branch information
mdemare authored Sep 23, 2024
1 parent 336b240 commit 55de7fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Run tests
env:
API_HOST: ${{ secrets.API_HOST }}
API_PORT: ${{ secrets.API_PORT }}
CLIENTS_INFO_PATH: ${{ secrets.CLIENTS_INFO_PATH }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
Expand All @@ -52,4 +54,7 @@ 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 }}

run: lein test :e2e
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

;; force newest version
[cheshire "5.13.0"]
[commons-io "2.16.1"]
[commons-io "2.17.0"]
[commons-codec "1.17.1"]]

:java-source-paths ["src"]
Expand Down

0 comments on commit 55de7fd

Please sign in to comment.