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 <[email protected]>
  • Loading branch information
raelga committed Dec 4, 2024
1 parent 31922b1 commit 0376536
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 0376536

Please sign in to comment.