Update slfj4, JUnit #59
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow will perform a build of the project and run tests | ||
name: Build and check | ||
on: | ||
push: | ||
branches: [ master, main ] | ||
pull_request: | ||
branches: [ master, main ] | ||
# Allows to run from the Actions tab | ||
workflow_dispatch: | ||
jobs: | ||
build-and-test: | ||
uses: centic9/actions/.github/workflows/gradle-build.yml@8 | ||
Check failure on line 15 in .github/workflows/gradle-build.yml GitHub Actions / Build and checkInvalid workflow file
|
||
with: | ||
fullCheckout: true |