From e7b6b7ff33349f7e71a5858e9dfa4c14bbf56209 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 25 Jul 2024 16:00:56 +0200 Subject: [PATCH] Add optional game test step to CI --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34ac5f8037..79c7af778c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,6 +59,11 @@ jobs: COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} if: ${{ env.COVERALLS_REPO_TOKEN }} run: ./gradlew test jacocoTestReport coveralls + - name: 'Game Test' + env: + GAME_TEST: ${{ secrets.GAME_TEST }} + if: ${{ env.GAME_TEST }} + run: ./gradlew runGameTestServer - name: 'Deploy as GitHub CI artifacts' uses: actions/upload-artifact@v4 with: