Skip to content

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #4

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0

build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 #4

Workflow file for this run

name: main-branch
on:
push:
# run only against tags
branches:
- main
permissions:
contents: write
packages: write
# issues: write
jobs:
build:
uses: ./.github/workflows/build.yaml
secrets: inherit
integration-tests:
needs: build
uses: ./.github/workflows/test.yaml
secrets: inherit