Skip to content

fix: remove the schema validation file to make the tests pass #91

fix: remove the schema validation file to make the tests pass

fix: remove the schema validation file to make the tests pass #91

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ./bin
key: ${{ runner.os }}-bin
- name: Build image
run: make docker-build
- name: Run test-e2e
run: make test-e2e