Skip to content

Commit

Permalink
clean: remove build from test action, is part of the new target
Browse files Browse the repository at this point in the history
Signed-off-by: Rael Garcia Arnes <rael@redhat.com>
  • Loading branch information
raelga committed Nov 28, 2024
1 parent 6e62f9e commit 0106777
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@ jobs:
path: ./bin
key: ${{ runner.os }}-bin

- name: Build image
run: make docker-build

- name: Run test-e2e
run: make test-e2e
run: make test-e2e

0 comments on commit 0106777

Please sign in to comment.