- Disable test for now
This commit is contained in:
48
.github/workflows/main.yml
vendored
48
.github/workflows/main.yml
vendored
@@ -136,30 +136,30 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Love actions for testing
|
# - name: Love actions for testing
|
||||||
uses: love-actions/love-actions-test@v1
|
# uses: love-actions/love-actions-test@v1
|
||||||
with:
|
# with:
|
||||||
font-path: ./parts/fonts/proportional.otf
|
# font-path: ./parts/fonts/proportional.otf
|
||||||
language-folder: ./parts/language
|
# language-folder: ./parts/language
|
||||||
- name: Download core love package
|
# - name: Download core love package
|
||||||
uses: actions/download-artifact@v3
|
# uses: actions/download-artifact@v3
|
||||||
with:
|
# with:
|
||||||
name: ${{ env.CORE_LOVE_ARTIFACT_NAME }}
|
# name: ${{ env.CORE_LOVE_ARTIFACT_NAME }}
|
||||||
- name: Download love
|
# - name: Download love
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
curl -OL --retry 5 https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage
|
# 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
|
# chmod +x love-11.4-x86_64.AppImage
|
||||||
- name: Prepare PulseAudio and AppImage
|
# - name: Prepare PulseAudio and AppImage
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
sudo apt-get update
|
# sudo apt-get update
|
||||||
sudo apt-get install pulseaudio pulseaudio-utils pavucontrol alsa-oss alsa-utils libfuse2 -y
|
# sudo apt-get install pulseaudio pulseaudio-utils pavucontrol alsa-oss alsa-utils libfuse2 -y
|
||||||
- name: Run automated test
|
# - name: Run automated test
|
||||||
uses: coactions/setup-xvfb@v1
|
# uses: coactions/setup-xvfb@v1
|
||||||
with:
|
# with:
|
||||||
run: |
|
# run: |
|
||||||
./love-11.4-x86_64.AppImage ${{ env.CORE_LOVE_PACKAGE_PATH }} --test
|
# ./love-11.4-x86_64.AppImage ${{ env.CORE_LOVE_PACKAGE_PATH }} --test
|
||||||
|
|
||||||
build-android:
|
build-android:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user