Skip to content

Commit

Permalink
Update release ci to no longer rely on community extensions
Browse files Browse the repository at this point in the history
Fixes #78

Signed-off-by: Paul Balogh <[email protected]>
  • Loading branch information
javaducky committed Nov 27, 2023
1 parent 2054592 commit 4a7a728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: |
docker run --rm -u "$(id -u):$(id -g)" -v "$PWD:/xk6" \
"$IMAGE_REPOSITORY" build master \
--with github.com/mostafa/xk6-kafka \
--with github.com/grafana/xk6-sql \
--with github.com/grafana/xk6-output-influxdb
- name: Check k6 binary
run: |
./k6 version
./k6 version | grep -qz 'xk6-output-influxdb.*xk6-kafka'
./k6 version | grep -qz 'xk6-output-influxdb.*xk6-sql'
- name: Log into ghcr.io
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
Expand Down

0 comments on commit 4a7a728

Please sign in to comment.