Skip to content

Commit

Permalink
Add missing actions checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide committed Oct 16, 2024
1 parent 216c5c3 commit cfe2be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
name: RESP${{ matrix.resp-protocol }} ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.parser-backend}}
steps:
- uses: actions/checkout@v4
- name: Run tests
uses: ./.github/actions/run-tests
with:
Expand Down

0 comments on commit cfe2be7

Please sign in to comment.