Skip to content

Commit

Permalink
install nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 26, 2024
1 parent 226dfde commit 3a6e7b5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ jobs:
timeout-minutes: 20

test-integration:
needs: [build-test-bins, build-test-artifacts-postgres]
strategy:
matrix:
version: [02, 03]
Expand Down Expand Up @@ -209,7 +208,10 @@ jobs:

- name: Run Demo-Native ${{matrix.version}}
run: bash -x scripts/demo-native ${{matrix.compose}} --tui=false > ${{ env.PC_LOGS }} 2>&1 &


- name: Install nextest
uses: taiki-e/install-action@nextest

- name: Test Integration
env:
NEXTEST_PROFILE: integration
Expand Down

0 comments on commit 3a6e7b5

Please sign in to comment.