k8s-csi-s3/.github/workflows/test.yml

17 lines
171 B
YAML
Raw Normal View History

2021-10-27 18:54:18 +00:00
name: Test
on:
push:
tags:
- "v*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test
run: make test