Skip to content

Bump github.com/sigstore/sigstore-go in the minor-patch group (#175) #363

Bump github.com/sigstore/sigstore-go in the minor-patch group (#175)

Bump github.com/sigstore/sigstore-go in the minor-patch group (#175) #363

name: Integration tests
on:
push:
branches:
- main
pull_request: {}
permissions: {}
jobs:
test:
name: Integration test
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
env:
GOFLAGS: -mod=readonly
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- name: Install Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version-file: go.mod
- name: Build
run: |
make build
- name: Generate certificates
env:
HOST: localhost
run: |
./scripts/gen_certs.sh
- name: Run tests
run: |
./scripts/integration_test.sh