Procházet zdrojové kódy

cicd: cypress path to exe

James Read před 2 roky
rodič
revize
186ec00de7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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