Fixes
This commit is contained in:
parent
11963b3449
commit
6cd3714f50
@ -37,6 +37,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod -R 0777 src/new
|
chmod -R 0777 src/new
|
||||||
make composer ARGS="install"
|
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
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
@ -78,6 +82,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod -R 0777 src/new
|
chmod -R 0777 src/new
|
||||||
make composer ARGS="install"
|
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
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user