Skip to content

add docker build file for gitlab #734

add docker build file for gitlab

add docker build file for gitlab #734

Workflow file for this run

name: Test
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Generate mocks
run: go generate ./...
- name: Run tests
run: go test ./... -v
env:
THOLA_TEST_SIMPLEUI: true