|
|
@ -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 |
|
|
|