Skip to content

Commit

Permalink
adjust cypress workflow paths
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Aug 8, 2022
1 parent 5cb715d commit f395179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ jobs:
with:
repository: podkrepi-bg/api
ref: simplify-local-env
path: './api'
path: '../api'

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

- name: Cypress run
Expand Down

0 comments on commit f395179

Please sign in to comment.