forked from aslan/applicant-site
fix CI
This commit is contained in:
parent
03690516f5
commit
3d14987fcb
|
@ -57,15 +57,15 @@ jobs:
|
|||
|
||||
- name: add GITHUB_TOKEN
|
||||
run: composer config --global github-oauth.github.com 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
|
||||
#
|
||||
# - name: Setup project
|
||||
# run: make setup
|
||||
#
|
||||
# - name: Check lint
|
||||
# run: make lint
|
||||
#
|
||||
# - name: Check tests
|
||||
# run: make test
|
||||
|
||||
- name: Setup project
|
||||
run: make setup
|
||||
|
||||
- name: Check lint
|
||||
run: make lint
|
||||
|
||||
- name: Check tests
|
||||
run: make test
|
||||
#
|
||||
# deploy:
|
||||
# needs: build
|
||||
|
|
Loading…
Reference in New Issue