update CI
Tests & Lint & Deploy to Railway / build (2.6.6, 20.x, 8.3) (push) Failing after 4m0s Details

This commit is contained in:
aslan 2024-05-29 10:51:58 +03:00
parent 42f13eaed6
commit 01c96b5d45
1 changed files with 3 additions and 22 deletions

View File

@ -21,12 +21,12 @@ jobs:
steps:
- 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
with:
php-version: ${{ matrix.php-version }}
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 }}
env:
@ -35,7 +35,7 @@ jobs:
- name: PHP Security Checker
uses: StephaneBour/actions-php-security-checker@1.1
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
@ -58,22 +58,3 @@ jobs:
- name: Check tests
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