Skip to content

Commit

Permalink
Pass env variable in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
johanna-skylight committed Feb 20, 2025
1 parent eb28180 commit b235bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: npx playwright install --with-deps
- name: Build Query Connector
working-directory: ./query-connector
run: NEXT_PUBLIC_AUTH_DISABLED="true" docker compose build --no-cache
run: docker compose build --no-cache -e NEXT_PUBLIC_AUTH_DISABLED=true
- name: Run Query Connector
working-directory: ./query-connector
run: docker compose -f ./docker-compose-e2e.yaml up -d
Expand Down

0 comments on commit b235bb8

Please sign in to comment.