Skip to content

Commit

Permalink
fix: dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik committed Dec 12, 2023
1 parent e0c91fc commit c688bf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
dir: integration_tests
cache: 'yarn'
- name: Lint
run: cd integration_tests && yarn --ignore-engines && yarn lint
- name: Build image
- name: Build images
uses: borales/actions-yarn@v4
with:
cmd: build-images
Expand Down

0 comments on commit c688bf0

Please sign in to comment.