Skip to content

Commit

Permalink
fix launcher test
Browse files Browse the repository at this point in the history
  • Loading branch information
paullatzelsperger committed Jun 4, 2024
1 parent 0947a0b commit c3969b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ jobs:

- name: 'Start FCC Container'
run: |
docker run -d --rm --name fcc federated-catalog:latest
docker run -d --rm --name fcc \
-e "WEB_HTTP_CATALOG_PORT=8183" \
-e "WEB_HTTP_CATALOG_PATH=/catalog" \
federated-catalog:latest
- name: 'Wait for Federated Catalog to be healthy'
uses: raschmitt/wait-for-healthy-container@v1
Expand Down

0 comments on commit c3969b3

Please sign in to comment.