cicd: . not in path

This commit is contained in:
jamesread 2023-10-04 22:12:39 +01:00
parent a9906addff
commit 9dc81a6280
1 changed files with 4 additions and 1 deletions

View File

@ -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