SY-3797: Oracle Prep 12 - Refactor Tasks and Devices to Move JSON Ins… #87
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: Test - Oracle | |
| on: | |
| pull_request: | |
| paths: | |
| - .github/workflows/test.oracle.yaml | |
| - .github/workflows/test.go.yaml | |
| - .golangci.yaml | |
| - alamos/go/** | |
| - codecov.yaml | |
| - freighter/go/** | |
| - go.work | |
| - go.work.sum | |
| - oracle/** | |
| - scripts/check_gofmt.sh | |
| - x/go/** | |
| push: | |
| branches: | |
| - main | |
| - rc | |
| paths: | |
| - .github/workflows/test.oracle.yaml | |
| - .github/workflows/test.go.yaml | |
| - .golangci.yaml | |
| - alamos/go/** | |
| - codecov.yaml | |
| - freighter/go/** | |
| - go.work | |
| - go.work.sum | |
| - oracle/** | |
| - scripts/check_gofmt.sh | |
| - x/go/** | |
| workflow_dispatch: | |
| jobs: | |
| test: | |
| uses: ./.github/workflows/test.go.yaml | |
| secrets: inherit | |
| with: | |
| directory: oracle | |
| ginkgo_flags: -p --randomize-all --fail-on-empty --race | |
| coverage_flag: oracle |