cicd: . not in path
This commit is contained in:
parent
a9906addff
commit
9dc81a6280
|
|
@ -42,8 +42,11 @@ jobs:
|
||||||
- name: unit tests
|
- name: unit tests
|
||||||
run: make daemon-unittests
|
run: make daemon-unittests
|
||||||
|
|
||||||
|
- name: ls
|
||||||
|
run: ls && pwd
|
||||||
|
|
||||||
- name: run OliveTin for integration tests
|
- name: run OliveTin for integration tests
|
||||||
run: OliveTin &
|
run: ./OliveTin &
|
||||||
|
|
||||||
- name: integration tests
|
- name: integration tests
|
||||||
uses: cypress-io/github-action@v6
|
uses: cypress-io/github-action@v6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue