Skip to content

Commit

Permalink
debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelScofield committed Jan 26, 2024
1 parent 321902f commit 5a2a481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
name: bins
path: .
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz -C ./bins
run: tar -xvf ./bins.tar.gz
- name: Run sqlness
run: GREPTIME_BINS_DIR=./bins ./bins/sqlness-runner -c ./tests/cases
- name: Upload sqlness logs
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
name: bins
path: .
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz -C ./bins
run: tar -xvf ./bins.tar.gz
- name: Setup kafka server
working-directory: tests-integration/fixtures/kafka
run: docker compose -f docker-compose-standalone.yml up -d --wait
Expand Down

0 comments on commit 5a2a481

Please sign in to comment.