Skip to content

Commit

Permalink
Create pipeline for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Sep 20, 2024
1 parent 9886118 commit a4e2e79
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .harness/workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
pipeline:
name: Android client tests
identifier: Android_client_tests
projectIdentifier: default_project
orgIdentifier: default
tags: {}
properties:
ci:
codebase:
connectorRef: GH_androidclient
build: <+input>
stages:
- stage:
name: Test
identifier: Test
description: ""
type: CI
spec:
cloneCodebase: true
platform:
os: Linux
arch: Amd64
runtime:
type: Cloud
spec: {}
execution:
steps:
- step:
type: Run
name: run test
identifier: run_test
spec:
shell: Sh
command: ./gradlew test
description: Run unit tests
when:
stageStatus: Success

0 comments on commit a4e2e79

Please sign in to comment.