diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e157283..ac83a89 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,9 +20,6 @@ jobs: - name: Run plugin check uses: ./ + continue-on-error: true # Since we expect it to always fail for the test plugin. with: build-dir: 'build' - - - name: Ensure green check - if: ${{ always() }} - run: exit 0