From cee3633d39757abb2a672c52851a480d8fa332b9 Mon Sep 17 00:00:00 2001 From: Peter Ling Date: Wed, 4 Oct 2023 12:13:12 +0100 Subject: [PATCH] VUU-52: WIP cd in separate step --- .github/workflows/test-ui.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ui.yml b/.github/workflows/test-ui.yml index eb3625139..5d21183ce 100644 --- a/.github/workflows/test-ui.yml +++ b/.github/workflows/test-ui.yml @@ -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