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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-go@v1
|
- name: Setup Go environment
|
||||||
with:
|
|
||||||
go-version: '*'
|
|
||||||
- name: Print Go environment
|
|
||||||
run: |
|
run: |
|
||||||
|
export PATH="${GOPATH}/bin:${PATH}"
|
||||||
echo ${GOPATH}
|
echo ${GOPATH}
|
||||||
echo ${GOROOT}
|
|
||||||
echo ${PATH}
|
echo ${PATH}
|
||||||
go env
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: make setup
|
run: make setup
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue