build-configs(update)
This commit is contained in:
parent
24a12f56a6
commit
01c4c2d960
4 changed files with 122 additions and 88 deletions
23
.github/workflows/ci.yml
vendored
23
.github/workflows/ci.yml
vendored
|
@ -17,30 +17,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install just
|
||||
run: |
|
||||
curl --proto '=https' \
|
||||
--tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|
||||
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4
|
||||
|
||||
- name: Build and test
|
||||
run: |
|
||||
docker compose version
|
||||
|
||||
docker network create traefik_proxy
|
||||
|
||||
cp --no-clobber .env.example .env
|
||||
|
||||
docker compose build --progress plain
|
||||
|
||||
docker compose up --detach
|
||||
docker compose logs
|
||||
|
||||
just composer install --quiet --no-progress
|
||||
|
||||
just test --testdox --colors=always
|
||||
|
||||
just _run php phpcs
|
||||
just _run php phpstan analyze --no-progress --memory-limit=512M
|
||||
./run ci:test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue