Skip to content

Commit

Permalink
docker ocmpos
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed Oct 8, 2024
1 parent 3735cdc commit 65a78f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- uses: actions/checkout@v2
- name: build + run app in docker-compose
run: docker-compose up -d
- name: build + run app in docker compose
run: docker compose up -d
- name: check services running
run: docker ps
- name: cypress - run tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER_IMAGE?=mentor-client
TEST_E2E_DOCKER_COMPOSE=docker-compose
TEST_E2E_DOCKER_COMPOSE=docker compose
LICENSE_CONFIG?="license-config.json"

node_modules/license-check-and-add:
Expand Down

0 comments on commit 65a78f0

Please sign in to comment.