Skip to content

Commit

Permalink
Add tests to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasBernard03 committed Jul 3, 2024
1 parent 16de5c1 commit 087b65c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,20 @@ jobs:
path: |
**/*.apk
**/*.aab

test:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout branch
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17

- name: Run Unit Tests
run: ./gradlew test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Tarot
# Tarot

[![Android CI](https://github.com/ThomasBernard03/Tarot/actions/workflows/main.yml/badge.svg)](https://github.com/ThomasBernard03/Tarot/actions/workflows/main.yml)

0 comments on commit 087b65c

Please sign in to comment.