diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87228087..0f180c74 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,10 +91,10 @@ jobs: repository: cerc-io/laconic-sdk fetch-depth: 0 - name: build containers scripts - working-directory: ./tests/sdk-tests + working-directory: tests/sdk_tests run: ./build-laconicd-container.sh && build-sdk-test-container.sh - name: run-tests.sh - working-directory: ./tests/sdk-tests + working-directory: tests/sdk_tests run: ./run-tests.sh