Skip to content

Commit

Permalink
fix(itest): pass vars
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed May 21, 2024
1 parent 50c1c1a commit f26d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Unit Tests
run: ./gradlew -Pversion=${{ github.event.release.tag_name || '1.0-SNAPSHOT' }} test
- name: Integration Tests
run: ./gradlew -Pversion=${{ github.event.release.tag_name || '1.0-SNAPSHOT' }} integrationTest
run: ./gradlew -Pversion=${{ github.event.release.tag_name || '1.0-SNAPSHOT' }} -D AIRTABLE_TOKEN=${{ vars.AIRTABLE_TOKEN }} -D AIRTABLE_BASE=${{ AIRTABLE_BASE }} integrationTest
- name: Archive test report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f26d3d4

Please sign in to comment.