Skip to content

Commit

Permalink
add yarn step
Browse files Browse the repository at this point in the history
  • Loading branch information
abulsayyad123 committed Jul 16, 2023
1 parent ab37fba commit 24bad92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: npm install and test
run: |
cd assets
npm ci
yarn install
- name: Setup test server
run: MIX_ENV=test mix ecto.create
- name: Run Test migration
Expand Down

0 comments on commit 24bad92

Please sign in to comment.