Skip to content

Commit

Permalink
fix: add checkout action to integration test workflow (#2869)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanrfrazier authored and anovazzi1 committed Jul 22, 2024
1 parent 87d78a3 commit 0a5c30a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scheduled_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
ASTRA_DB_API_KEY: ${{ secrets.ASTRA_DB_API_KEY }}
ASTRA_DB_APPLICATION_TOKEN: ${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch || github.ref }}
- name: Run integration tests
timeout-minutes: 12
run: |
Expand Down

0 comments on commit 0a5c30a

Please sign in to comment.