fix CI
Tests & Lint & Deploy to Railway / deploy (push) Blocked by required conditions Details
Tests & Lint & Deploy to Railway / build (20.x, 8.3) (push) Has been cancelled Details

This commit is contained in:
aslan 2024-02-10 12:42:09 +03:00
parent 887d946558
commit 9ebb8e8372
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ jobs:
# COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH_JSON }} # only this works
# run: composer install # will work
# - name: Setup sqlite3 driver
# run: apt install php${{ matrix.php-versions }}-sqlite3 -y
- name: add GITHUB_TOKEN
run: composer config --global github-oauth.github.com $GITHUB_TOKEN && echo $GITHUB_TOKEN
- name: Setup project
run: make setup