mirror of
https://github.com/pushbits/server.git
synced 2025-06-19 11:02:36 +02:00
Manually setup Go environment
This commit is contained in:
parent
fd4de4966d
commit
861c05757c
1 changed files with 2 additions and 6 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -6,15 +6,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: '*'
|
||||
- name: Print Go environment
|
||||
- name: Setup Go environment
|
||||
run: |
|
||||
export PATH="${GOPATH}/bin:${PATH}"
|
||||
echo ${GOPATH}
|
||||
echo ${GOROOT}
|
||||
echo ${PATH}
|
||||
go env
|
||||
- name: Install dependencies
|
||||
run: make setup
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue