Skip to content

Commit

Permalink
Revert "Update build-and-test.yml"
Browse files Browse the repository at this point in the history
I should not have pushed this straight to feature/button.
This reverts commit 0bd9184.
  • Loading branch information
tir38 committed Jul 22, 2024
1 parent 0bd9184 commit 8974de3
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:lint afterpay:spotlessCheck
run: ./gradlew afterpay:lintDebug afterpay:ktlint

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

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

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

0 comments on commit 8974de3

Please sign in to comment.