Skip to content

Commit

Permalink
refactor CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Rylach committed Sep 17, 2021
1 parent 33ffec0 commit b099fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check out
uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit b099fab

Please sign in to comment.