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