Skip to content

Commit

Permalink
VUU-52: WIP cd in separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
pling-scottlogic committed Oct 4, 2023
1 parent d3df168 commit cee3633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Cypress
- name: cd
run: cd ./vuu-ui
- name: Cypress
uses: cypress-io/github-action@v3
with:
project: ./vuu-ui
Expand Down

0 comments on commit cee3633

Please sign in to comment.