prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 9 additions and 9 deletions
Showing only changes of commit 3d14987fcb - Show all commits

View File

@ -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