Skip to content

Commit

Permalink
Remove build step from test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Feb 23, 2023
1 parent 727e8c4 commit 7dfbdcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,5 @@ jobs:
- name: Install Composer dependencies
run: composer install

- name: Build
run: npm run build

- name: Unit-tests
run: npm run test

0 comments on commit 7dfbdcd

Please sign in to comment.