Skip to content

Commit

Permalink
- Re-enable auto-test
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 3, 2024
1 parent 940ac95 commit 1cb5164
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,30 +136,30 @@ jobs:
- uses: actions/checkout@v4
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@v4
# 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@v4
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
Expand Down

0 comments on commit 1cb5164

Please sign in to comment.