Procházet zdrojové kódy

cicd: . not in path

jamesread před 2 roky
rodič
revize
9dc81a6280
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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