Update cypress.yml

This commit is contained in:
slawkens 2023-05-26 10:08:51 +02:00
parent d1b30619e2
commit 31ba780099

View File

@ -37,9 +37,6 @@ jobs:
ref: 1.4
path: tfs
- run: ls -lha /home/runner/work/myaac/myaac/tfs
- run: ls -lha /home/runner/work/myaac/myaac/index.php
- name: Rename config.lua
run: mv tfs/config.lua.dist tfs/config.lua
@ -67,7 +64,9 @@ jobs:
regex: false
include: 'tfs/config.lua'
- run: ls -lha
- run: ls -lha /home/runner/work/myaac/myaac/tfs
- run: ls -lha /home/runner/work/myaac/myaac/index.php
- name: Setup PHP
uses: shivammathur/setup-php@v2
with: