mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Fix CI build and see result in pull request (#1565)
This commit is contained in:
parent
d212198e30
commit
b6d7831646
2 changed files with 14 additions and 2 deletions
8
.github/workflows/debug_build.yml
vendored
8
.github/workflows/debug_build.yml
vendored
|
|
@ -1,6 +1,12 @@
|
||||||
name: Build
|
name: Build
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
8
.github/workflows/run_tests.yml
vendored
8
.github/workflows/run_tests.yml
vendored
|
|
@ -1,6 +1,12 @@
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
|
|
||||||
on: push
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
testing:
|
testing:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue