mirror of
https://github.com/pushbits/server.git
synced 2025-04-29 18:26:49 +02:00
Setup Go in CI pipeline before dependencies
This commit is contained in:
parent
a7353187c2
commit
32e68b9df7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -7,12 +7,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
- name: Export GOBIN
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
- name: Run tests
|
||||
run: make test
|
||||
- name: Build image
|
||||
|
|
Loading…
Add table
Reference in a new issue