Skip to content

Commit

Permalink
add env to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerm-iguazio committed May 21, 2024
1 parent ce4c95f commit bed3f3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Install dependencies
run: make dev-env

test:
name: Unit tests
coverage:
name: Full coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -36,6 +36,10 @@ jobs:
- name: Run unit tests
run: make full-coverage-unit-tests
- name: Run integration tests
env:
V3IO_API: ${{ secrets.V3IO_API }}
V3IO_ACCESS_KEY: ${{ secrets.V3IO_ACCESS_KEY }}
V3IO_FRAMESD: ${{ secrets.V3IO_FRAMESD }}
run: make coverage-integration
- name: Run unit tests
- name: combine coverage
run: make coverage-combine

0 comments on commit bed3f3d

Please sign in to comment.