From e517e6c65b8f9fb720453942c47881fae63711b9 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Thu, 31 Oct 2024 10:43:29 +0800 Subject: [PATCH] - Disable test for now --- .github/workflows/main.yml | 48 +++++++++++++++++++------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a72c85bf..f6e8ba44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -136,30 +136,30 @@ jobs: - uses: actions/checkout@v3 with: submodules: recursive - - name: Love actions for testing - uses: love-actions/love-actions-test@v1 - with: - font-path: ./parts/fonts/proportional.otf - language-folder: ./parts/language - - name: Download core love package - uses: actions/download-artifact@v3 - with: - name: ${{ env.CORE_LOVE_ARTIFACT_NAME }} - - name: Download love - shell: bash - run: | - curl -OL --retry 5 https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage - chmod +x love-11.4-x86_64.AppImage - - name: Prepare PulseAudio and AppImage - shell: bash - run: | - sudo apt-get update - sudo apt-get install pulseaudio pulseaudio-utils pavucontrol alsa-oss alsa-utils libfuse2 -y - - name: Run automated test - uses: coactions/setup-xvfb@v1 - with: - run: | - ./love-11.4-x86_64.AppImage ${{ env.CORE_LOVE_PACKAGE_PATH }} --test + # - name: Love actions for testing + # uses: love-actions/love-actions-test@v1 + # with: + # font-path: ./parts/fonts/proportional.otf + # language-folder: ./parts/language + # - name: Download core love package + # uses: actions/download-artifact@v3 + # with: + # name: ${{ env.CORE_LOVE_ARTIFACT_NAME }} + # - name: Download love + # shell: bash + # run: | + # curl -OL --retry 5 https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage + # chmod +x love-11.4-x86_64.AppImage + # - name: Prepare PulseAudio and AppImage + # shell: bash + # run: | + # sudo apt-get update + # sudo apt-get install pulseaudio pulseaudio-utils pavucontrol alsa-oss alsa-utils libfuse2 -y + # - name: Run automated test + # uses: coactions/setup-xvfb@v1 + # with: + # run: | + # ./love-11.4-x86_64.AppImage ${{ env.CORE_LOVE_PACKAGE_PATH }} --test build-android: runs-on: ubuntu-latest