From 9dc81a62800efefbd84c6ade754c844157216f73 Mon Sep 17 00:00:00 2001 From: jamesread Date: Wed, 4 Oct 2023 22:12:39 +0100 Subject: [PATCH] cicd: . not in path --- .github/workflows/build-snapshot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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