Remove tests
All checks were successful
PR Checks / lint (pull_request) Successful in 59s
PR Checks / flatpak-build (pull_request) Successful in 13m21s

This commit is contained in:
Brendan Szymanski 2026-06-22 13:23:31 -04:00
parent ecaf7a785e
commit bb28ae790a
3 changed files with 6 additions and 8 deletions

View file

@ -6,7 +6,9 @@ on:
jobs:
lint:
runs-on: swift-latest
runs-on: ubuntu-latest
container:
image: swift:6.3
steps:
- name: Install Node.js
run: apt-get update -qq && apt-get install -y -qq nodejs
@ -15,7 +17,7 @@ jobs:
run: swift format lint --recursive Sources/
flatpak-build:
runs-on: flatpak-builder-lint
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub/flatpak-builder-lint:latest
options: --privileged --security-opt seccomp=unconfined --security-opt apparmor=unconfined
@ -28,9 +30,5 @@ jobs:
with:
manifest-path: dev.bscubed.Luminate.json
bundle: Luminate.flatpak
cache-key: flatpak-pr-${{ forge.sha }}
upload-artifact: false
keep-build-dirs: true
- name: Run tests
run: |
flatpak-builder --run flatpak_app dev.bscubed.Luminate.json swift test --enable-code-coverage

View file

@ -6,7 +6,7 @@ on:
jobs:
label:
runs-on: docker
runs-on: ubuntu-latest
steps:
- name: Label by branch prefix
env:

View file

@ -19,7 +19,7 @@ jobs:
with:
manifest-path: dev.bscubed.Luminate.json
bundle: Luminate.flatpak
cache-key: flatpak-release
cache-key: flatpak-builder-${arch}-${sha256(dev.bscubed.Luminate.json)}-release
branch: stable
repository-url: https://flathub.org/repo/flathub.flatpakrepo
upload-artifact: false