Skip to content

Bump http-proxy-middleware from 2.0.6 to 2.0.7 #121

Bump http-proxy-middleware from 2.0.6 to 2.0.7

Bump http-proxy-middleware from 2.0.6 to 2.0.7 #121

Workflow file for this run

name: Test
on: pull_request
jobs:
test:
name: Test and build
runs-on: ubuntu-latest
steps:
# Checks out a copy of your repository.
- name: Checkout code
uses: actions/checkout@v4
# Builds code and runs the tests using Bazelisk.
- name: Run tests
uses: docker://mattinsler/bazelisk:latest
with:
args: bazel test ...