From 186ec00de7b4d7b28bbdb47cbee46bd1dab60264 Mon Sep 17 00:00:00 2001 From: James Read Date: Wed, 4 Oct 2023 14:34:39 +0100 Subject: [PATCH] cicd: cypress path to exe --- .github/workflows/build-snapshot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index e4c60990..00b48fba 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.github/workflows/build-snapshot.yml @@ -45,7 +45,7 @@ jobs: - name: integration tests uses: cypress-io/github-action@v6 with: - start: ./OliveTin + start: ./../OliveTin working-directory: integration-tests - name: goreleaser