Compare commits
No commits in common. "381523a2bedc50abebf4a8d2b6fbf90e8667285a" and "504d7bc16c1188e54df8decd1ed993c14192977b" have entirely different histories.
381523a2be
...
504d7bc16c
@ -1,11 +1,7 @@
|
|||||||
name: Run go tests
|
name: Run go tests
|
||||||
on:
|
on:
|
||||||
push:
|
- push
|
||||||
paths:
|
- pull_request
|
||||||
- '**.go'
|
|
||||||
pull_request:
|
|
||||||
paths:
|
|
||||||
- '**.go'
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GOPATH: /go_path
|
GOPATH: /go_path
|
||||||
|
@ -24,9 +24,6 @@ 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