Skip to content

Commit

Permalink
test: remove needs
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Sep 16, 2024
1 parent 1526340 commit 4b499a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
cypress-tests:
runs-on: ubuntu-latest

needs: [format-check, lint]
# needs: [format-check, lint]

steps:
- name: Checkout Repository
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ run-cypress:

.PHONY: development-api-down
development-api-down:
docker-compose -p core-$(CI_BUILD_TAG) --compatibility down -v --remove-orphans
docker compose -p core-$(CI_BUILD_TAG) --compatibility down -v --remove-orphans

.PHONY: down
down:
$(MAKE) development-api-down
docker-compose -p $(CI_BUILD_TAG) --compatibility down -v --remove-orphans
docker compose -p $(CI_BUILD_TAG) --compatibility down -v --remove-orphans

0 comments on commit 4b499a6

Please sign in to comment.