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 77c356f commit 321902f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bins
path: ./bins
- name: Untar binaries
run: |
tar -xvf ./bins/bins.tar.gz -C ./bins && \
pwd && \
ls -lh ./bins
path: .
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz -C ./bins
- name: Run sqlness
run: GREPTIME_BINS_DIR=./bins ./bins/sqlness-runner -c ./tests/cases
- name: Upload sqlness logs
Expand All @@ -141,9 +138,9 @@ jobs:
uses: actions/download-artifact@v4
with:
name: bins
path: ./bins
- name: Untar binaries
run: tar -xvf ./bins/bins.tar.gz -C ./bins
path: .
- name: Unzip binaries
run: tar -xvf ./bins.tar.gz -C ./bins
- 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 321902f

Please sign in to comment.