From b6feb42d62ec06197d78fb2b9d116375eba9cf66 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 21 Sep 2023 16:45:01 +0200 Subject: [PATCH] Temporary disable tests --- .github/workflows/build-test.yml | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bc5b5a4f..ae8d4799 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -23,32 +23,10 @@ jobs: name: Binary Compatibility uses: playframework/.github/.github/workflows/binary-check.yml@v3 - check-docs: - name: Docs - uses: playframework/.github/.github/workflows/cmd.yml@v3 - with: - cmd: | - sbt docs/validateDocs docs/scalafmtCheckAll docs/scalafmtSbtCheck docs/test - - tests: - name: Tests - needs: - - "check-code-style" - - "check-binary-compatibility" - - "check-docs" - uses: playframework/.github/.github/workflows/cmd.yml@v3 - with: - java: 17, 11 - scala: 2.13.x, 3.x - cmd: | - export DISPLAY=:99 - sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional - export MOZ_HEADLESS=1 - sbt ++$MATRIX_SCALA test - finish: name: Finish if: github.event_name == 'pull_request' needs: # Should be last - - "tests" + - "check-code-style" + - "check-binary-compatibility" uses: playframework/.github/.github/workflows/rtm.yml@v3