Skip to content

Bump ncipollo/release-action from 1.13.0 to 1.14.0 #20

Bump ncipollo/release-action from 1.13.0 to 1.14.0

Bump ncipollo/release-action from 1.13.0 to 1.14.0 #20

Workflow file for this run

name: Test Branches
on:
push:
branches-ignore:
- 'main'
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
- uses: gradle/[email protected]
with:
arguments: --configuration-cache test