Skip to content

Commit a2539ef

Browse files
authored
roast: adjust not test locations (#2023)
* roast: adjust `not` test locations This requires pulling in OPA from main. Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com> * e2e: remove frankenbuild we've got that in OPA's nightly run now Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com> --------- Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
1 parent b842742 commit a2539ef

9 files changed

Lines changed: 10 additions & 698 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,6 @@ jobs:
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:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

docs/readme-sections/badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)

e2e/testbuild/go.mod

Lines changed: 0 additions & 153 deletions
This file was deleted.

0 commit comments

Comments
 (0)