Skip to content

Refactor withdraw and fund pages #28

Refactor withdraw and fund pages

Refactor withdraw and fund pages #28

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