Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiering committed Jan 21, 2025
1 parent 62348f7 commit 7af386f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
jobs:
integration-test:
runs-on: ubuntu-latest
env:
API_VERSION: "v1"
API_URL: ""

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true

strategy:
fail-fast: false
Expand Down Expand Up @@ -55,7 +56,7 @@ jobs:
pip install poetry
poetry install
- name: "Run example: ${{ matrix.example_file }}"
- name: "Run example: examples/${{ matrix.example_file }}"
run: |
touch ./.env
echo "NOVA_API=https://${{ env.PORTAL_STG_HOST }}" >> ./.env
Expand Down

0 comments on commit 7af386f

Please sign in to comment.