Skip to content

Commit

Permalink
specify explictly which services to run from the api compose
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 9, 2022
1 parent d411da8 commit 565e649
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,7 @@ jobs:

- name: Run api
working-directory: ./api
run: docker compose up -d --force-recreate

- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: './frontend'
build: yarn build
start: yarn start
run: docker compose up -d --force-recreate pg-db migrate-db seed-db api keycloak

- name: Setup upterm session
uses: lhotari/action-upterm@v1
Expand All @@ -114,3 +107,10 @@ jobs:
limit-access-to-actor: true
## limits ssh access and adds the ssh public keys of the listed GitHub users
limit-access-to-users: imilchev

- name: Cypress run
uses: cypress-io/github-action@v4
with:
working-directory: './frontend'
build: yarn build
start: yarn start

0 comments on commit 565e649

Please sign in to comment.