Skip to content

Commit

Permalink
dont run yarn dev
Browse files Browse the repository at this point in the history
this results in endless runs on ci
  • Loading branch information
Nielsvanpach committed Dec 6, 2023
1 parent 9e41915 commit ea971b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
key: yarn-${{ hashFiles('yarn.lock') }}

- name: Run yarn
run: yarn && yarn dev
run: yarn && yarn build

- name: Run composer install
run: composer install -n --prefer-dist
Expand Down

0 comments on commit ea971b6

Please sign in to comment.