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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue