mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
composer update in integration test
This commit is contained in:
parent
ae176a65e4
commit
2b8701f3ca
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
|
|
@ -103,10 +103,18 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.2'
|
||||
extensions: apcu
|
||||
- name: Composer
|
||||
run: composer install
|
||||
- name: copy code
|
||||
run: |
|
||||
docker run -v src:/data --name helper busybox true
|
||||
docker cp src helper:/data/
|
||||
docker cp vendor helper:/data/
|
||||
docker rm helper
|
||||
- env:
|
||||
DB_URL: postgres://postgres:test@db:5432/postgres
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue