Skip to content

Commit

Permalink
Modify NB_API_QUERY_URL in the compatibility.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Aug 8, 2024
1 parent f413f70 commit 8343039
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
run: |
cp template.env .env
cp local_nb_nodes.template.json local_nb_nodes.json
- name: Edit NB_API_QUERY_URL env var
working-directory: .
run: |
sed -i 's|^NB_API_QUERY_URL=.*|NB_API_QUERY_URL=http://localhost:8080|g' .env
- name: Run docker compose
working-directory: .
Expand Down

0 comments on commit 8343039

Please sign in to comment.