Browse Source

Guessing workflow

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

6
.github/workflows/runtests.yml

@ -39,10 +39,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: go build -o builds/ssp cmd/main.go 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