From b848663a3d74fd33dbce1aa8a2ec5ec65bdcc7bd Mon Sep 17 00:00:00 2001 From: Joel Speed <joel.speed@hotmail.co.uk> Date: Wed, 7 Oct 2020 18:14:41 +0100 Subject: [PATCH] Move test script to workflows folder --- .github/workflows/ci.yaml | 2 +- test.sh => .github/workflows/test.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test.sh => .github/workflows/test.sh (100%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1b0d26c4..9aab298c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -45,7 +45,7 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} run: | - ./test.sh + ./.github/workflows/test.sh docker: runs-on: ubuntu-18.04 diff --git a/test.sh b/.github/workflows/test.sh similarity index 100% rename from test.sh rename to .github/workflows/test.sh