mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-20 22:59:42 -05:00
ci: enables unit tests for master branch
This commit is contained in:
parent
4e84e46269
commit
fec3bb9096
1 changed files with 5 additions and 0 deletions
5
.github/workflows/unit-test.yaml
vendored
5
.github/workflows/unit-test.yaml
vendored
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
name: Unit Tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- "release/**"
|
||||
pull_request:
|
||||
types: ['opened', 'synchronize']
|
||||
paths:
|
||||
|
|
@ -18,6 +22,7 @@ jobs:
|
|||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '1.15'
|
||||
- run: cat /etc/issue
|
||||
- run: bash scripts/gogetcookie.sh
|
||||
- run: make vet
|
||||
- run: make test
|
||||
|
|
|
|||
Loading…
Reference in a new issue