File tree Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Expand file tree Collapse file tree 6 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 4242 fail-fast : false
4343 steps :
4444 - uses : actions/checkout@v4
45+
4546 - run : |
4647 docker network create frontend
48+
49+ - run : |
4750 docker compose run --rm phpfpm composer validate --strict
4851
4952 composer-normalized :
5255 fail-fast : false
5356 steps :
5457 - uses : actions/checkout@v4
58+
5559 - run : |
5660 docker network create frontend
61+
62+ - run : |
5763 docker compose run --rm phpfpm composer install
5864 docker compose run --rm phpfpm composer normalize --dry-run
5965
6369 fail-fast : false
6470 steps :
6571 - uses : actions/checkout@v4
72+
6673 - run : |
6774 docker network create frontend
75+
76+ - run : |
6877 docker compose run --rm phpfpm composer audit
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
52+
5253 - run : |
5354 docker network create frontend
55+
56+ - run : |
5457 docker compose run --rm phpfpm composer install
5558 docker compose run --rm phpfpm vendor/bin/phpcs
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
52+
5253 - run : |
5354 docker network create frontend
55+
56+ - run : |
5457 docker compose run --rm phpfpm composer install
5558 docker compose run --rm phpfpm vendor/bin/phpcs
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v4
3737
38+ - run : |
39+ docker network create frontend
40+
3841 - name : Start docker and install dependencies
3942 run : |
40- docker network create frontend
4143 docker compose pull
4244 docker compose up --detach
4345
7173 with :
7274 ref : ${{ github.base_ref }}
7375
76+ - run : |
77+ docker network create frontend
78+
7479 - name : Start docker and install dependencies
7580 run : |
76- docker network create frontend
7781 docker compose pull
7882 docker compose up --detach
7983
@@ -111,7 +115,6 @@ jobs:
111115
112116 - name : Start docker and install dependencies
113117 run : |
114- docker network create frontend || true
115118 docker compose pull
116119 docker compose up --detach
117120
Original file line number Diff line number Diff line change 4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
52+
5253 - run : |
5354 docker network create frontend
55+
56+ - run : |
5457 docker compose run --rm phpfpm composer install
5558 # https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/usage.rst#the-check-command
5659 docker compose run --rm phpfpm vendor/bin/php-cs-fixer fix --dry-run --diff
Original file line number Diff line number Diff line change 4444
4545 - run : |
4646 docker network create frontend
47+
48+ - run : |
4749 docker compose run --rm phpfpm composer install
4850 docker compose run --rm phpfpm vendor/bin/twig-cs-fixer lint
You can’t perform that action at this time.
0 commit comments