Skip to content

Fixed minor release update bug. #21

Fixed minor release update bug.

Fixed minor release update bug. #21

Workflow file for this run

name: Tests
on:
push:
paths:
- "gradle/**"
- ".github/**"
- "**/runTests"
branches:
- "feature/**"
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
fetch-depth: 0
- name: Run Tests
run: |
./runTests