parent
d03ecc5b93
commit
63dc61769d
1 changed files with 1 additions and 5 deletions
|
@ -1,13 +1,9 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
|
||||||
runs-on: docker
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
composer:
|
composer:
|
||||||
needs: checkout
|
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: git.php.fail/lubiana/container/php:8.2
|
image: git.php.fail/lubiana/container/php:8.2
|
||||||
steps:
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
- run: composer install
|
- run: composer install
|
||||||
|
|
Loading…
Reference in a new issue