Skip to content

Refactor test for creating a new account with 0 balance (USD) (pass) #14

Refactor test for creating a new account with 0 balance (USD) (pass)

Refactor test for creating a new account with 0 balance (USD) (pass) #14

Workflow file for this run

name: Build and Test
on:
push:
branches:
- develop
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- run: ./gradlew build --no-daemon