Skip to content

Disabling SDC dependency for NFS Volume Provisioning #1090

Disabling SDC dependency for NFS Volume Provisioning

Disabling SDC dependency for NFS Volume Provisioning #1090

Workflow file for this run

name: Workflow
on: # yamllint disable-line rule:truthy
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run Go unit tests and check package coverage
runs-on: ubuntu-latest
steps:
- name: Checkout csi-powerflex
uses: actions/checkout@v2
- name: Run unit tests and check package coverage
uses: dell/common-github-actions/go-code-tester@main
with:
threshold: 90
test-folder: "./service"