diff --git a/.github/workflows/functional_tests.yml b/.github/workflows/functional_tests.yml index 2d2caa3..11c2a9e 100644 --- a/.github/workflows/functional_tests.yml +++ b/.github/workflows/functional_tests.yml @@ -36,6 +36,11 @@ jobs: - uses: actions/checkout@v4 + - name: ls and pwd + run: | + ls + pwd + - uses: ./ with: test: ${{ matrix.lake-test }} \ No newline at end of file