Compare commits

..

No commits in common. "381523a2bedc50abebf4a8d2b6fbf90e8667285a" and "504d7bc16c1188e54df8decd1ed993c14192977b" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,11 +1,7 @@
name: Run go tests
on:
push:
paths:
- '**.go'
pull_request:
paths:
- '**.go'
- push
- pull_request
env:
GOPATH: /go_path

View File

@ -24,9 +24,6 @@ jobs:
# ssh-known-hosts: "{{ secret.SSH_KNOWN_HOSTS }}"
# ssh-key: "{{ secret.SSH_KEY }}"
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3