Skip to content

Changed texts in wallets view, added navigation for transactions and … #29

Changed texts in wallets view, added navigation for transactions and …

Changed texts in wallets view, added navigation for transactions and … #29

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set execute permission for gradlew
run: chmod +x gradlew
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build
# Optionally, you can add steps for other testing tasks here