From be9e4f26f406d0cc47f6fd2f253d4ef03e5888ae Mon Sep 17 00:00:00 2001 From: Stephen Leitnick Date: Wed, 8 Dec 2021 09:09:41 -0500 Subject: [PATCH] Workflow adjustment --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54ee509d..6df7aaf5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,9 +62,9 @@ jobs: run: rojo build default.project.json -o test.rbxl - name: Run tests - shell: bash - run: run-in-roblox --place test.rbxl --script test/RunTests.server.lua > test-out.txt + run: run-in-roblox --place .\\test.rbxl --script .\\test\\RunTests.server.lua > test-out.txt continue-on-error: true + timeout-minutes: 5 - name: Check test status shell: bash