Compare commits
2 Commits
504d7bc16c
...
381523a2be
Author | SHA1 | Date | |
---|---|---|---|
381523a2be | |||
5ec7086843 |
@ -1,7 +1,11 @@
|
|||||||
name: Run go tests
|
name: Run go tests
|
||||||
on:
|
on:
|
||||||
- push
|
push:
|
||||||
- pull_request
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.go'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPATH: /go_path
|
GOPATH: /go_path
|
||||||
|
@ -24,6 +24,9 @@ jobs:
|
|||||||
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
|
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
|
||||||
# ssh-key: "{{ secret.SSH_KEY }}"
|
# ssh-key: "{{ secret.SSH_KEY }}"
|
||||||
|
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/setup-qemu-action@v3
|
||||||
|
|
||||||
- name: Set up Docker BuildX
|
- name: Set up Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user