Skip to content

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 #820

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0

Bump github.com/stretchr/testify from 1.8.4 to 1.10.0 #820

name: tests
on:
pull_request:
branches:
- master
- prod
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
- name: run lint
run: make lint
- name: run tests
run: make docker-test