Compare commits
	
		
			2 Commits
		
	
	
		
			504d7bc16c
			...
			381523a2be
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 381523a2be | |||
| 5ec7086843 | 
@@ -1,7 +1,11 @@
 | 
			
		||||
name: Run go tests
 | 
			
		||||
on:
 | 
			
		||||
  - push
 | 
			
		||||
  - pull_request
 | 
			
		||||
  push:
 | 
			
		||||
    paths:
 | 
			
		||||
      - '**.go'
 | 
			
		||||
  pull_request:
 | 
			
		||||
    paths:
 | 
			
		||||
      - '**.go'
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  GOPATH: /go_path
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user