Ver código fonte

cicd: cypress path to exe

James Read 2 anos atrás
pai
commit
186ec00de7
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/build-snapshot.yml

+ 1 - 1
.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