diff --git a/.github/workflows/build-snapshot.yml b/.github/workflows/build-snapshot.yml index c389669..27a795c 100644 --- a/.github/workflows/build-snapshot.yml +++ b/.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