Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Update for pending feature/build merge
  • Loading branch information
tir38 authored Jul 22, 2024
1 parent a2b976e commit 3d27ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
distribution: 'zulu'

- name: Lint
run: ./gradlew afterpay:lintDebug afterpay:ktlint
run: ./gradlew afterpay:lint afterpay:spotlessCheck

- name: Unit Tests
run: ./gradlew afterpay:testDebugUnitTest

build-example:
name: Build Example Project
name: Build Sample Project
runs-on: ubuntu-latest
steps:
- name: Clone Repository
Expand All @@ -40,4 +40,4 @@ jobs:
distribution: 'zulu'

- name: Build and Lint
run: ./gradlew example:buildDebug example:lintDebug example:ktlint
run: ./gradlew sample:buildDebug sample:lintDebug sample:spotlessCheck

0 comments on commit 3d27ce3

Please sign in to comment.