Skip to content

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /health-check #175

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /health-check

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /health-check #175

Workflow file for this run

name: Tests
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
run_tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Run script file
run: |
chmod +x ./scripts/test.sh
./scripts/test.sh
shell: bash