Skip to content

Add fixes to make ssh-action work with a different instance #500

Add fixes to make ssh-action work with a different instance

Add fixes to make ssh-action work with a different instance #500

Workflow file for this run

name: Tests
on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build
run: make clean && make
- name: Test
run: make test