Skip to content

Commit

Permalink
Try to fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dpup committed Apr 19, 2024
1 parent 9efafbf commit 0b20890
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,18 @@ jobs:
go get
- name: Get node dependencies
run: |
cd integration_tests && npm install
npm install
echo "${{ github.workspace }}/integration_tests/.bin/" >> $GITHUB_PATH
working-directory: integration_tests
- name: Run unit test
run: |
echo $PATH
make testdata
go test ./...
- name: Run integration tests
run: |
cd integration_tests
./scripts/test-ci.sh
working-directory: integration_tests

# goreleaser:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 0b20890

Please sign in to comment.