Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 6777485d authored by Jerome Emmanuel's avatar Jerome Emmanuel
Browse files

Add .gitlab-ci.yml

parent 2ff03c69
No related branches found
No related tags found
No related merge requests found
Pipeline #80143 failed
stages:
- test
golang:
stage: test
script:
- go get -u github.com/jstemmer/go-junit-report
- go test -v 2>&1 | go-junit-report -set-exit-code > report.xml
artifacts:
when: always
reports:
junit: report.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment