mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-18 02:05:36 +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
|
||||
path: vendor
|
||||
|
||||
- name: Set executable permissions
|
||||
run: chmod +x vendor/bin/*
|
||||
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
@ -81,6 +85,10 @@ jobs:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
|
||||
- name: Set executable permissions
|
||||
run: chmod +x vendor/bin/*
|
||||
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
@ -116,6 +124,9 @@ jobs:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
|
||||
- name: Set executable permissions
|
||||
run: chmod +x vendor/bin/*
|
||||
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
@ -148,6 +159,10 @@ jobs:
|
||||
name: php-vendor
|
||||
path: vendor
|
||||
|
||||
- name: Set executable permissions
|
||||
run: chmod +x vendor/bin/*
|
||||
|
||||
|
||||
- name: Cache Node modules
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user