From b7d94ffb66132f6e5909f41e650e32c1d4fb7038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Tue, 18 Oct 2022 18:07:31 +0300 Subject: [PATCH] Experiments with workflow v4 --- .github/workflows/runtests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/runtests.yml b/.github/workflows/runtests.yml index 91fddae..47c0b8a 100644 --- a/.github/workflows/runtests.yml +++ b/.github/workflows/runtests.yml @@ -47,10 +47,10 @@ jobs: # your code must be built into builds/ssp binary - name: Build SSP binary - run: echo Ain\'t no ssp yet + run: go build -o builds/ssp cmd/main.go - #- name: Making it executable - # run: chmod +x builds/ssp + - name: Making it executable + run: chmod +x builds/ssp # run a battery of tests - name: happy path