test
This commit is contained in:
parent
e7ab312d84
commit
bb77a21fb8
1 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,12 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
ls:
|
checkout:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
composer:
|
||||||
ls ${{ github.workspace }}
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: git.php.fail/lubiana/container/php:82
|
||||||
|
steps:
|
||||||
|
- run: composer install
|
||||||
|
|
Loading…
Reference in a new issue