diff --git a/.github/workflows/full_suite_integration_tests.yml b/.github/workflows/full_suite_integration_tests.yml index 7ecd5a954b..93506bff42 100644 --- a/.github/workflows/full_suite_integration_tests.yml +++ b/.github/workflows/full_suite_integration_tests.yml @@ -125,12 +125,12 @@ jobs: arguments: "integrationTests" - name: Export Variables for FlankScripts - if: ${{ always() }} - uses: UnlyEd/github-action-store-variable@v2.1.0 - with: - variables: | - ${{ matrix.os }}=${{ job.status }} - ${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}} + if: ${{ always() }} + uses: UnlyEd/github-action-store-variable@v2.1.0 + with: + variables: | + ${{ matrix.os }}=${{ job.status }} + ${{ matrix.os }}-bs=${{steps.run-it.outputs.build-scan-url}} process-results: needs: [ run-it-full-suite ]