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

This commit is contained in:
aslan 2024-02-10 14:10:57 +03:00
parent 03690516f5
commit 3d14987fcb
1 changed files with 9 additions and 9 deletions

View File

@ -57,15 +57,15 @@ jobs:
- name: add GITHUB_TOKEN - name: add GITHUB_TOKEN
run: composer config --global github-oauth.github.com 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 run: composer config --global github-oauth.github.com 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
#
# - name: Setup project - name: Setup project
# run: make setup run: make setup
#
# - name: Check lint - name: Check lint
# run: make lint run: make lint
#
# - name: Check tests - name: Check tests
# run: make test run: make test
# #
# deploy: # deploy:
# needs: build # needs: build