diff --git a/.github/workflows/ui-workflow.yaml b/.github/workflows/ui-workflow.yaml index 575e4583..38e82802 100644 --- a/.github/workflows/ui-workflow.yaml +++ b/.github/workflows/ui-workflow.yaml @@ -40,7 +40,7 @@ jobs: cypress-tests: runs-on: ubuntu-latest - needs: [format-check, lint] + # needs: [format-check, lint] steps: - name: Checkout Repository diff --git a/Makefile b/Makefile index fa2c67b1..1b64af3a 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file + docker compose -p $(CI_BUILD_TAG) --compatibility down -v --remove-orphans \ No newline at end of file