mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
16 lines
302 B
YAML
16 lines
302 B
YAML
|
---
|
||
|
name: go-test
|
||
|
# yamllint disable-line rule:truthy
|
||
|
on:
|
||
|
pull_request:
|
||
|
branches:
|
||
|
- '*'
|
||
|
jobs:
|
||
|
go-test:
|
||
|
name: go-test
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@v2
|
||
|
- name: go-test
|
||
|
run: CONTAINER_CMD=docker make containerized-test TARGET=go-test
|