Skip to content

Commit

Permalink
reverting test changes contd.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny-1651 committed Oct 21, 2024
1 parent 34a7ca1 commit 9a9e571
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
run: make build
env:
VERSION: latest
VERSION: latest
- name: Test
run: make test
- name: Lint
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build:
exit 1; \
fi
docker build -t $(IMAGE_REPO):$$VERSION .
docker push $(IMAGE_REPO):$$VERSION

.PHONY: push
push:
Expand Down

0 comments on commit 9a9e571

Please sign in to comment.