Skip to content

Commit f4c1918

Browse files
Remove yarn dependency from Github Actions (#82)
Co-authored-by: ThomasLandauer <thomas@landauer.at>
1 parent a247ff1 commit f4c1918

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,6 @@ jobs:
6969
if: matrix.php == 8.0
7070
run: composer update --no-progress --ignore-platform-req=php
7171

72-
- name: Yarn install
73-
uses: borales/actions-yarn@v2.3.0
74-
with:
75-
cmd: install
76-
77-
- name: Yarn build
78-
uses: borales/actions-yarn@v2.3.0
79-
with:
80-
cmd: run encore production
81-
8272
- name: Update database schema
8373
run: php bin/console d:s:u -f
8474

0 commit comments

Comments
 (0)