pruebas configuracion runner
Some checks failed
CI/CD Pipeline for PHP / build (push) Failing after 44s
Some checks failed
CI/CD Pipeline for PHP / build (push) Failing after 44s
This commit is contained in:
parent
693d953887
commit
c75b848f38
@ -15,6 +15,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Set up Node.js
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '18'
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user