github.com/uvalib/orcid-access-ws@v0.0.0-20250612130209-7d062dbabf9d/pipeline/testspec.yml (about) 1 # 2 # testspec.yml 3 # 4 5 version: 0.2 6 7 #env: 8 # variables: 9 # name: value 10 11 phases: 12 install: 13 runtime-versions: 14 golang: 1.x 15 # commands: 16 17 pre_build: 18 commands: 19 - git clone https://$GITHUB_USER:$GITHUB_TOKEN@github.com/uvalib/standard-ws-tester 20 21 build: 22 commands: 23 - cd standard-ws-tester; unset GOPATH; unset GOROOT; make test 24 25 # post_build: 26 # commands: 27 28 # 29 # end of file 30 #