Skip to content

Commit

Permalink
Update PR and push build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneeVandervelde committed Jun 29, 2024
1 parent 3560286 commit 8565c66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pull_requests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
name: Pull Request
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.4.0
-
name: Unit Tests
run: ./gradlew check

uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@ on:
push:
branches: [master]
jobs:
tests:
uses: inkapplications/.github/.github/workflows/kmp-checks.yml@1.0.3
build:
needs: [tests]
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2.4.0
-
name: Build
run: ./gradlew build check
name: Assemble
run: ./gradlew assembleDist
-
name: Prepare Archives
run: cp cli/build/distributions/shade-*.zip cli/build/distributions/shade.zip && cp cli/build/distributions/shade-*.tar cli/build/distributions/shade.tar
Expand Down

0 comments on commit 8565c66

Please sign in to comment.