Fixes
This commit is contained in:
parent
6cd3714f50
commit
37aa4e0e59
@ -41,6 +41,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make console ARGS="importmap:install"
|
make console ARGS="importmap:install"
|
||||||
make console ARGS="asset-map:compile"
|
make console ARGS="asset-map:compile"
|
||||||
|
- name: Generate Token
|
||||||
|
run: |
|
||||||
|
make console ARGS="lexik:jwt:generate-keypair"
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
@ -86,6 +89,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make console ARGS="importmap:install"
|
make console ARGS="importmap:install"
|
||||||
make console ARGS="asset-map:compile"
|
make console ARGS="asset-map:compile"
|
||||||
|
- name: Generate Token
|
||||||
|
run: |
|
||||||
|
make console ARGS="lexik:jwt:generate-keypair"
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
make test
|
make test
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user