Skip to content

Commit

Permalink
Merge pull request #16 from smlx/ci-coverage
Browse files Browse the repository at this point in the history
More CI fixes
  • Loading branch information
smlx committed Feb 9, 2021
2 parents c06f385 + f048937 commit 53d1df8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/coverage.yaml
@@ -1,5 +1,4 @@
name: Coverage

on:
push:
branches:
Expand All @@ -11,6 +10,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Configure Git
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
- uses: actions/setup-go@v2
with:
go-version: "^1.15"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Expand Up @@ -10,7 +10,6 @@ jobs:
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "$GITHUB_ACTOR@users.noreply.github.com"
echo $GITHUB_ACTOR
- uses: actions/setup-go@v2
with:
go-version: "^1.15"
Expand Down

0 comments on commit 53d1df8

Please sign in to comment.