disable dependency loader signature checks to fix sha1 checksum issue #168
This file contains hidden or 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
name: Build and test | |
on: | |
pull_request: | |
branches: | |
- master | |
push: | |
branches: | |
- master | |
jobs: | |
build-and-test: | |
uses: FalsePattern/fpgradle-workflows/.github/workflows/build-and-test.yml@master | |
with: | |
timeout: 90 | |
workspace: setupCIWorkspace | |
client-only: false |