Skip to content

Bump github.com/open-policy-agent/opa from 0.54.0 to 0.56.0 in /src #583

Bump github.com/open-policy-agent/opa from 0.54.0 to 0.56.0 in /src

Bump github.com/open-policy-agent/opa from 0.54.0 to 0.56.0 in /src #583

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
- name: Fetch all tags
run: git fetch --force --tags
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Tests
run: |-
task workspace
task test
- name: Upload Coverage
uses: codecov/codecov-action@v3
with:
files: ./src/coverage.txt
fail_ci_if_error: false
verbose: true