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]
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue