Patch go-junit-report
This commit is contained in:
parent
8b6a2f7852
commit
bc9ae18df0
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
test:
|
||||
pre:
|
||||
- go get github.com/jstemmer/go-junit-report
|
||||
- mkdir -p $GOPATH/src/github.com/jstemmer
|
||||
- git clone git@github.com:nullbio/go-junit-report.git $GOPATH/src/github.com/jstemmer
|
||||
- go install github.com/jstemmer/go-junit-report
|
||||
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
|
||||
- createdb -U ubuntu sqlboiler
|
||||
- psql -U ubuntu sqlboiler < ./testdata/test_schema.sql
|
||||
|
|
Loading…
Reference in a new issue