Skip to content

Commit

Permalink
Try to fix Github workflow (#15)
Browse files Browse the repository at this point in the history
* Try to fix Github workflow

* Simplify Github workflow & remove Azure tests
  • Loading branch information
stanislas-m authored Aug 22, 2019
1 parent 32342b6 commit 58a2f4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 92 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Go
on: [push, pull_request]
on: [push]
jobs:

build:
Expand All @@ -11,7 +11,7 @@ jobs:
go: ["1.11", "1.12"]
steps:

- name: Set up Go ${{ matrix.go }}
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
Expand Down
71 changes: 0 additions & 71 deletions azure-pipelines.yml

This file was deleted.

19 changes: 0 additions & 19 deletions azure-tests.yml

This file was deleted.

0 comments on commit 58a2f4c

Please sign in to comment.