diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4393c24c..95b2eca7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -71,11 +71,13 @@ jobs: toolchain: 1.73.0 profile: minimal override: true + - name: List integration_tests directory + run: ls -lah ./integration_tests - name: Setup node uses: actions/setup-node@v3 with: - cache-dependency-path: integration_tests/yarn.lock cache: 'yarn' + cache-dependency-path: integration_tests/yarn.lock - run: make compile - name: Lint run: cd integration_tests && yarn --ignore-engines && yarn lint