Explorar o código

cicd: . not in path

jamesread %!s(int64=2) %!d(string=hai) anos
pai
achega
9dc81a6280
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      .github/workflows/build-snapshot.yml

+ 4 - 1
.github/workflows/build-snapshot.yml

@@ -42,8 +42,11 @@ jobs:
       - name: unit tests
         run: make daemon-unittests
 
+      - name: ls
+        run: ls && pwd
+
       - name: run OliveTin for integration tests
-        run: OliveTin &
+        run: ./OliveTin &
 
       - name: integration tests
         uses: cypress-io/github-action@v6