From 4d9185aceb98ce1bd7deab37e605076ad3ea67fc Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Mon, 4 Jul 2022 00:51:01 +0200 Subject: [PATCH] (Temporary) rename to Integration Tests Cursed step Added stuff --- .github/workflows/ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8280b202503..b6be2dceba5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,8 @@ jobs: strategy: matrix: map: ['tether', 'stellar_delight', 'groundbase'] - name: Integration Tests (${{ matrix.map }}) + # name: Integration Tests (${{ matrix.map }}) + name: Integration Tests # needs: ['file_tests', 'dreamchecker'] runs-on: ubuntu-latest steps: @@ -115,3 +116,12 @@ jobs: MAP: ${{ matrix.map }} REPLACE: false RUN: "0" + + tests_successful: + name: Integration Tests + needs: ['file_tests', 'dreamchecker', 'unit_tests'] + runs-on: ubuntu-latest + steps: + - name: Report Success + run: | + echo "Jobs Successful!"