Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Commit 09f7072

Browse files
abyss-wXuanwo
andauthored
ci: Cleanup Service Integration Tests (#50)
* ci: Cleanup Service Integration Tests * Add a baget for integration test Co-authored-by: Xuanwo <github@xuanwo.io>
1 parent 1b7de49 commit 09f7072

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

.github/workflows/intergration-test.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
coverage.*
22
bin/
33
Makefile.env
4+
5+
# Jetbrain IDE
6+
.idea
7+
*.iml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# go-services-azblob
22

33
[![Build Status](https://github.com/beyondstorage/go-service-azblob/workflows/Unit%20Test/badge.svg?branch=master)](https://github.com/beyondstorage/go-service-azblob/actions?query=workflow%3A%22Unit+Test%22)
4+
[![Integration Tests](https://teamcity.beyondstorage.io/app/rest/builds/buildType:(id:Services_GoServiceAzblob_IntegrationTests)/statusIcon)](https://teamcity.beyondstorage.io/buildConfiguration/Services_GoServiceAzblob_IntegrationTests)
45
[![License](https://img.shields.io/badge/license-apache%20v2-blue.svg)](https://github.com/Xuanwo/storage/blob/master/LICENSE)
56
[![go storage dev](https://img.shields.io/matrix/go-service-azblob:aos.dev.svg?server_fqdn=chat.aos.dev&label=%23go-service-azblob%3Aaos.dev&logo=matrix)](https://matrix.to/#/#go-service-azblob:aos.dev)
67

0 commit comments

Comments
 (0)