Skip to content

chore(deps): bump github.com/open-policy-agent/opa from 0.59.0 to 0.60.0 #2542

chore(deps): bump github.com/open-policy-agent/opa from 0.59.0 to 0.60.0

chore(deps): bump github.com/open-policy-agent/opa from 0.59.0 to 0.60.0 #2542

Workflow file for this run

name: End to end Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
paths-ignore:
- 'docs/**'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Build binary for integration tests
run: go build -a -o ./bearer ./cmd/bearer/main.go
- name: Run tests
run: go test -v ./e2e/... -p 8
timeout-minutes: 10
env:
USE_BINARY: true