@installdoc/ansible-gas-station
Version:
An Ansible playbook that provisions your network with software from GitHub Awesome lists, developed with disaster recovery in mind ⛽🔥🤤
21 lines (20 loc) • 363 B
YAML
test:gotest:
stage: test
image: megabytelabs/gotest:slim
rules:
- if: $DO_CI == 'false'
when: never
- if: $CI_COMMIT_BRANCH == 'synchronize'
when: never
- exists:
- '**/*_test.go'
needs: []
variables:
GIT_DEPTH: 1
script:
- task go:test:ci
artifacts:
reports:
junit: report.xml
when: always