Skip to content

Commit

Permalink
Use yarn for testing build assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Skrypt committed Dec 19, 2024
1 parent e045ae5 commit f475527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/assets_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v4
- name: Rebuild packages
run: |
npm install
gulp rebuild
yarn install
yarn rebuild
- name: Check if git has changes
shell: pwsh
run: |
Expand Down

0 comments on commit f475527

Please sign in to comment.