Skip to content

fix: makefile version set to v0.10.3 #88

fix: makefile version set to v0.10.3

fix: makefile version set to v0.10.3 #88

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