Skip to content

Commit

Permalink
fixup! chore(build): add e2e to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Aug 22, 2023
1 parent 8b268bd commit d956bc1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main_push_and_pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,15 @@ jobs:
echo "VERSION=$version" >> $GITHUB_ENV
- name: Build with Gradle
run: stdbuf -oL make build/distributions/tiered-storage-for-apache-kafka-${{ env.VERSION }}.tgz
env:
MAKEFLAGS: --output-sync=line
run: make build/distributions/tiered-storage-for-apache-kafka-${{ env.VERSION }}.tgz

- name: Run integration tests
run: stdbuf -oL make integration_test
run: make integration_test

- name: Build Docker image
run: stdbuf -oL make docker_image
run: make docker_image

- name: Run E2E tests
timeout-minutes: 15
Expand Down

0 comments on commit d956bc1

Please sign in to comment.