Compare commits

...

2 Commits

Author SHA1 Message Date
381523a2be Update test to only run on changed go files
Some checks failed
release-nightly / release-image (push) Failing after 20s
2023-12-06 23:33:34 +01:00
5ec7086843 Update release workflow 2023-12-06 23:32:08 +01:00
2 changed files with 9 additions and 2 deletions

View File

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

View File

@ -24,6 +24,9 @@ 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