diff --git a/.github/workflows/love.yml b/.github/workflows/love.yml deleted file mode 100644 index 6555576..0000000 --- a/.github/workflows/love.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Build & Run tests Love2d - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - strategy: - fail-fast: false - runs-on: "ubuntu-latest" - steps: - - uses: actions/checkout@v2 - with: - submodules: recursive - - name: Install love2d - run: | - sudo apt install fuse - wget https://github.com/love2d/love/releases/download/11.4/love-11.4-x86_64.AppImage -O love.AppImage - sudo chmod +x love.AppImage - - name: Run Tests - run: | - ./love.AppImage tests \ No newline at end of file