update CI
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 4m0s
Details
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 4m0s
Details
This commit is contained in:
parent
42f13eaed6
commit
01c96b5d45
|
@ -21,12 +21,12 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up PHP ${{ matrix.php-version }} with extensions and tools
|
- name: Set up PHP with extensions and tools
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: ${{ matrix.php-version }}
|
php-version: ${{ matrix.php-version }}
|
||||||
ini-values: pcre.jit=0, extension=gd2
|
ini-values: pcre.jit=0, extension=gd2
|
||||||
extensions: bcmath, exif, curl, pdo, zip, xdebug, dom, xml, sqlite3, mbstring, curl
|
extensions: curl, pdo, xdebug, dom, xml, sqlite3, mbstring
|
||||||
tools: composer:${{ matrix.composer-version }}
|
tools: composer:${{ matrix.composer-version }}
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: PHP Security Checker
|
- name: PHP Security Checker
|
||||||
uses: StephaneBour/actions-php-security-checker@1.1
|
uses: StephaneBour/actions-php-security-checker@1.1
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
|
@ -58,22 +58,3 @@ jobs:
|
||||||
|
|
||||||
- name: Check tests
|
- name: Check tests
|
||||||
run: make test
|
run: make test
|
||||||
|
|
||||||
# deploy:
|
|
||||||
# needs: build
|
|
||||||
# runs-on: ubuntu-latest
|
|
||||||
# steps:
|
|
||||||
# - name: deploy to test server
|
|
||||||
# uses: appleboy/ssh-action@v1.0.3
|
|
||||||
#
|
|
||||||
# with:
|
|
||||||
# host: ${{ secrets.HOST }}
|
|
||||||
# username: ${{ secrets.USERNAME }}
|
|
||||||
# password: ${{ secrets.PASSWORD }}
|
|
||||||
# port: ${{ secrets.PORT }}
|
|
||||||
# script: |
|
|
||||||
# cd /var/www/www-root/data/www/testabit.mkgtu.ru
|
|
||||||
# git stash
|
|
||||||
# git pull --rebase
|
|
||||||
# git stash clear
|
|
||||||
# make setup-prod
|
|
||||||
|
|
Loading…
Reference in New Issue