cicd: cypress path to exe

This commit is contained in:
James Read 2023-10-04 14:34:39 +01:00 committed by GitHub
parent abd13b756c
commit 186ec00de7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
- name: integration tests - name: integration tests
uses: cypress-io/github-action@v6 uses: cypress-io/github-action@v6
with: with:
start: ./OliveTin start: ./../OliveTin
working-directory: integration-tests working-directory: integration-tests
- name: goreleaser - name: goreleaser