Skip to content

feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089) #18

feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089)

feat(unit-testing): add a mock for the RequestBouncer EE-5610 (#9089) #18

Workflow file for this run

name: Test
on: push
jobs:
test-client:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
cache: 'yarn'
- run: yarn --frozen-lockfile
- name: Run tests
run: yarn jest --maxWorkers=2
# test-server:
# runs-on: ubuntu-latest
# env:
# GOPRIVATE: "github.com/portainer"
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v3
# with:
# go-version: '1.18'
# - name: Run tests
# run: |
# cd api
# go test ./...