mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 10:15:41 +00:00
ci: update CI
This commit is contained in:
parent
6e489dfdcc
commit
b0f5daf6f3
15
.github/workflows/lint-and-tests.yml
vendored
15
.github/workflows/lint-and-tests.yml
vendored
@ -58,6 +58,10 @@ jobs:
|
|||||||
name: php-vendor
|
name: php-vendor
|
||||||
path: vendor
|
path: vendor
|
||||||
|
|
||||||
|
- name: Set executable permissions
|
||||||
|
run: chmod +x vendor/bin/*
|
||||||
|
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
@ -81,6 +85,10 @@ jobs:
|
|||||||
name: php-vendor
|
name: php-vendor
|
||||||
path: vendor
|
path: vendor
|
||||||
|
|
||||||
|
- name: Set executable permissions
|
||||||
|
run: chmod +x vendor/bin/*
|
||||||
|
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
@ -116,6 +124,9 @@ jobs:
|
|||||||
name: php-vendor
|
name: php-vendor
|
||||||
path: vendor
|
path: vendor
|
||||||
|
|
||||||
|
- name: Set executable permissions
|
||||||
|
run: chmod +x vendor/bin/*
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
@ -148,6 +159,10 @@ jobs:
|
|||||||
name: php-vendor
|
name: php-vendor
|
||||||
path: vendor
|
path: vendor
|
||||||
|
|
||||||
|
- name: Set executable permissions
|
||||||
|
run: chmod +x vendor/bin/*
|
||||||
|
|
||||||
|
|
||||||
- name: Cache Node modules
|
- name: Cache Node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user