Skip to content

Commit

Permalink
add necessary steps
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo2204 committed Apr 6, 2021
1 parent 1a6c654 commit e245836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
host node port: 9300
node port: 9300
discovery type: single-node
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15.2
- name: Test
run: make schema-update assets migrate-test run-test
performance:
Expand Down

0 comments on commit e245836

Please sign in to comment.