Skip to content

Add admin permissions to transactions and refactor styling in users page #21

Add admin permissions to transactions and refactor styling in users page

Add admin permissions to transactions and refactor styling in users page #21

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