forked from aslan/applicant-site
fix CI
This commit is contained in:
parent
887d946558
commit
9ebb8e8372
|
@ -55,8 +55,8 @@ jobs:
|
||||||
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
|
||||||
# run: composer install # will work
|
# run: composer install # will work
|
||||||
|
|
||||||
# - name: Setup sqlite3 driver
|
- name: add GITHUB_TOKEN
|
||||||
# run: apt install php${{ matrix.php-versions }}-sqlite3 -y
|
run: composer config --global github-oauth.github.com $GITHUB_TOKEN && echo $GITHUB_TOKEN
|
||||||
|
|
||||||
- name: Setup project
|
- name: Setup project
|
||||||
run: make setup
|
run: make setup
|
||||||
|
|
Loading…
Reference in New Issue