Skip to content

Refactor the navigation across the app #149

Refactor the navigation across the app

Refactor the navigation across the app #149

Workflow file for this run

name: Run tests
on:
push:
jobs:
run_tests:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3.3.0
with:
java-version: 17
distribution: adopt
- run: |
chmod +x gradlew
./gradlew test