Skip to content

Commit

Permalink
Install Yarn dependencies when running integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MKodde committed Jan 9, 2024
1 parent 03f96f7 commit e213e54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ jobs:
- name: Composer install
run: composer install

- name: Yarn install
run: yarn

- name: Run QA tests
run: composer check

0 comments on commit e213e54

Please sign in to comment.