Skip to content

add tmux/screen term suggestion #50

add tmux/screen term suggestion

add tmux/screen term suggestion #50

Workflow file for this run

name: Build_on_PR
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
- name: Test
run: make test
- name: Build
run: make build -e version=${{ github.sha }}
- name: Install
run: make install -e version=${{ github.sha }}
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: slurmcommander-${{ github.sha }}
path: build/slurmcommander-${{ github.sha }}/