test
Some checks failed
/ checkout (push) Successful in 8s
/ composer (push) Failing after 1s

This commit is contained in:
lubiana 2023-10-16 19:03:17 +02:00
parent e7ab312d84
commit bb77a21fb8
No known key found for this signature in database

View file

@ -1,8 +1,12 @@
on: [push]
jobs:
ls:
checkout:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
composer:
runs-on: docker
container:
image: git.php.fail/lubiana/container/php:82
steps:
- run: composer install