mirror of https://github.com/iSoron/uhabits.git
Compare commits
6 Commits
5aa8744ef4
...
543be48cb1
Author | SHA1 | Date |
---|---|---|
|
543be48cb1 | 2 weeks ago |
|
297a381e67 | 2 weeks ago |
|
542750207e | 2 weeks ago |
|
46a3b69971 | 2 weeks ago |
|
0a4086ec8c | 2 months ago |
|
c987144f4a | 6 months ago |
@ -1,31 +0,0 @@
|
||||
name: Build & Test
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
push:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
jobs:
|
||||
Test:
|
||||
runs-on: self-hosted
|
||||
timeout-minutes: 30
|
||||
steps:
|
||||
- name: Check out source code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build project
|
||||
run: ./build.sh build
|
||||
|
||||
- name: Run Android tests
|
||||
run: ./build.sh android-tests-parallel 28 29 30 32 33 34
|
||||
|
||||
- name: Upload artifacts
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: |
|
||||
build/*log
|
||||
uhabits-android/build/outputs
|
||||
|
Loading…
Reference in new issue