From 0687c75d0ad929611c2e4a101930c4de50d74e8c Mon Sep 17 00:00:00 2001 From: lubiana Date: Mon, 16 Oct 2023 19:35:29 +0200 Subject: [PATCH] test --- .forgejo/workflows/push.yml | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/.forgejo/workflows/push.yml b/.forgejo/workflows/push.yml index ecd0e00..6739d89 100644 --- a/.forgejo/workflows/push.yml +++ b/.forgejo/workflows/push.yml @@ -1,21 +1,7 @@ on: [push] jobs: - build: - runs-on: ubuntu-latest - + ls: + runs-on: docker steps: - - name: Checkout code - uses: actions/checkout@v4 - - - name: Setup PHP - uses: https://github.com/shivammathur/setup-php@v2 - with: - php-version: '8.2' - extensions: mbstring, intl, pdo_sqlite - coverage: xdebug - - - name: Validate composer.json and composer.lock - run: composer validate - - - name: Install dependencies - run: composer install --prefer-dist --no-progress + - uses: actions/checkout@v3 + - run: env