fetch depth

This commit is contained in:
Fabricio 2019-11-13 20:28:23 -03:00
parent 044ce345f6
commit 604aa43eb5
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
name: Build
name: build
on: push
jobs:
@ -15,6 +15,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Run tests
run: go test -v

View file

@ -2,7 +2,7 @@
**Capture** is a reverse proxy that takes an incoming HTTP request and sends it to another server,
proxying the response back to the client, while showing them in a dashboard
[![Build Status](https://github.com/ofabricio/capture/workflows/Build/badge.svg)](https://github.com/ofabricio/capture/actions?query=workflow%3ABuild)
[![Build Status](https://github.com/ofabricio/capture/workflows/build/badge.svg)](https://github.com/ofabricio/capture/actions?query=workflow%3ABuild)
[![Github Release](https://img.shields.io/github/release/ofabricio/capture.svg)](https://github.com/ofabricio/capture/releases)