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!"