Skip to content

Commit

Permalink
ci test
Browse files Browse the repository at this point in the history
  • Loading branch information
regulad committed Oct 19, 2024
1 parent b18cfcf commit a471388
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,18 @@ jobs:

runs-on: "ubuntu-latest"
steps:
- name: TODO
run: echo "TODO"


- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
# we don't need to declare any additional cache paths, the cache already catches everything
- run: "./gradlew build --no-daemon"
- uses: actions/upload-artifact@v4
with:
path: |
**/build/outputs/**/*.aar
**/build/outputs/**/*.apk
**/build/outputs/**/*.jar
name: "artifacts"
3 changes: 0 additions & 3 deletions .idea/deploymentTargetSelector.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a471388

Please sign in to comment.