Browse Source

Experiments with workflow v4

remotes/github/main
Дмитрий 3 years ago
parent
commit
b7d94ffb66
  1. 6
      .github/workflows/runtests.yml

6
.github/workflows/runtests.yml

@ -47,10 +47,10 @@ jobs:
# your code must be built into builds/ssp binary # your code must be built into builds/ssp binary
- name: Build 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 - name: Making it executable
# run: chmod +x builds/ssp run: chmod +x builds/ssp
# run a battery of tests # run a battery of tests
- name: happy path - name: happy path

Loading…
Cancel
Save