From 31ba7800997a2c640e46e2ab580720e6218892c6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 10:08:51 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 797a513a..aab128dc 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -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: