Fixes
This commit is contained in:
parent
11963b3449
commit
6cd3714f50
@ -37,6 +37,10 @@ jobs:
|
||||
run: |
|
||||
chmod -R 0777 src/new
|
||||
make composer ARGS="install"
|
||||
- name: Run Assets Install and Build
|
||||
run: |
|
||||
make console ARGS="importmap:install"
|
||||
make console ARGS="asset-map:compile"
|
||||
- name: Run Tests
|
||||
run: |
|
||||
make test
|
||||
@ -78,6 +82,10 @@ jobs:
|
||||
run: |
|
||||
chmod -R 0777 src/new
|
||||
make composer ARGS="install"
|
||||
- name: Run Assets Install and Build
|
||||
run: |
|
||||
make console ARGS="importmap:install"
|
||||
make console ARGS="asset-map:compile"
|
||||
- name: Run Tests
|
||||
run: |
|
||||
make test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user