From 317ebf43878f5d5a51475e3546f5087a9266fc6c Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 10:12:28 +0200 Subject: [PATCH] Update cypress.yml --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index aab128dc..55517ec2 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -65,7 +65,7 @@ jobs: include: 'tfs/config.lua' - run: ls -lha /home/runner/work/myaac/myaac/tfs - - run: ls -lha /home/runner/work/myaac/myaac/index.php + - run: cat tfs/config.lua - name: Setup PHP uses: shivammathur/setup-php@v2