Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2023
1 parent df6f4e4 commit d257731
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d257731

Please sign in to comment.