File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 - run : echo "race detector failed but job is optional"
8585 if : job.steps.race.status == failure()
8686
87- frankenstein :
88- runs-on : ubuntu-latest
89- steps :
90- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
91- - uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
92- with :
93- go-version-file : go.mod
94- - run : |
95- go mod tidy
96- working-directory: e2e/testbuild
97- - name : display go.sum diff
98- working-directory : e2e/testbuild
99- run : |
100- git diff --exit-code go.sum && exit 0
101- echo "# go.sum diff" >> $GITHUB_STEP_SUMMARY
102- echo '```diff' >> $GITHUB_STEP_SUMMARY
103- git diff go.sum >> $GITHUB_STEP_SUMMARY
104- echo '```' >> $GITHUB_STEP_SUMMARY
105- - run : |
106- go run .
107- working-directory: e2e/testbuild
108-
10987 code_coverage :
11088 runs-on : ubuntu-latest
11189 steps :
Original file line number Diff line number Diff line change 88<!-- markdownlint-disable MD041 -->
99
1010[ ![ Build Status] ( https://github.com/open-policy-agent/regal/workflows/Build/badge.svg )] ( https://github.com/open-policy-agent/regal/actions )
11- ![ OPA v1.17.0 ] ( https://www.openpolicyagent.org/badge/v1.17.0 )
11+ ![ OPA v1.17.1 ] ( https://www.openpolicyagent.org/badge/v1.17.1 )
1212[ ![ codecov] ( https://codecov.io/github/open-policy-agent/regal/graph/badge.svg?token=EQK01YF3X3 )] ( https://codecov.io/github/StyraInc/regal )
1313[ ![ Downloads] ( https://img.shields.io/github/downloads/open-policy-agent/regal/total.svg )] ( https://github.com/open-policy-agent/regal/releases )
1414
Original file line number Diff line number Diff line change 11<!-- markdownlint-disable MD041 -->
22
33[ ![ Build Status] ( https://github.com/open-policy-agent/regal/workflows/Build/badge.svg )] ( https://github.com/open-policy-agent/regal/actions )
4- ![ OPA v1.17.0 ] ( https://www.openpolicyagent.org/badge/v1.17.0 )
4+ ![ OPA v1.17.1 ] ( https://www.openpolicyagent.org/badge/v1.17.1 )
55[ ![ codecov] ( https://codecov.io/github/open-policy-agent/regal/graph/badge.svg?token=EQK01YF3X3 )] ( https://codecov.io/github/StyraInc/regal )
66[ ![ Downloads] ( https://img.shields.io/github/downloads/open-policy-agent/regal/total.svg )] ( https://github.com/open-policy-agent/regal/releases )
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments