Skip to content

Commit

Permalink
Merge pull request #185 from alex3236/feat-workflow
Browse files Browse the repository at this point in the history
feat: workflow to run tests
  • Loading branch information
nokyan authored Mar 13, 2024
2 parents 9d67740 + dbccb74 commit cd93b0e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Building test

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always

jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
manifest-path: build-aux/net.nokyan.Resources.Devel.json
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit cd93b0e

Please sign in to comment.