浏览代码

cicd: cypress path to exe

James Read 2 年之前
父节点
当前提交
186ec00de7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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