Skip to content

Update to Gradle Wrapper 9.4.0 and update the testing dependencies (#42) #219

Update to Gradle Wrapper 9.4.0 and update the testing dependencies (#42)

Update to Gradle Wrapper 9.4.0 and update the testing dependencies (#42) #219

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
types: [ opened, reopened, synchronize ]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: ./.github/workflows/test.yml
secrets: inherit