forked from aslan/applicant-site
fix CI
This commit is contained in:
parent
8e18821812
commit
b75c784cdf
|
@ -47,8 +47,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }}
|
||||||
run: composer install # will work
|
run: composer install
|
||||||
|
|
||||||
- name: Setup project
|
- name: Setup project
|
||||||
run: make setup-test
|
run: make setup-test
|
||||||
|
|
Loading…
Reference in New Issue