mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
Users bugfixes + tests (#19)
Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
name: Blog integration tests
|
||||
name: Integration tests
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
name: Blog integration tests
|
||||
name: Integration tests
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up Go 1.13
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
with:
|
||||
repository: 'micro/micro'
|
||||
path: 'micro'
|
||||
ref: '20cabee1960e6abe8b59d8f178ddf66ad5da1097'
|
||||
ref: 'v3.0.0-beta.7'
|
||||
|
||||
- name: Enable caching
|
||||
uses: actions/cache@v2
|
||||
@@ -52,5 +52,5 @@ jobs:
|
||||
- name: Test Blog services
|
||||
working-directory: services/test/integration
|
||||
run: |
|
||||
go clean -testcache && GOMAXPROCS=4 go test -timeout 15m --tags=blog -v ./...
|
||||
go clean -testcache && GOMAXPROCS=4 go test -timeout 15m --tags=integration -v ./...
|
||||
|
||||
Reference in New Issue
Block a user