Skip to content

chore(deps): bump github.com/kubernetes-csi/csi-test/v5 from 5.0.0 to 5.4.0 #198

chore(deps): bump github.com/kubernetes-csi/csi-test/v5 from 5.0.0 to 5.4.0

chore(deps): bump github.com/kubernetes-csi/csi-test/v5 from 5.0.0 to 5.4.0 #198

Workflow file for this run

name: UpCloud CSI driver test
on:
push:
branches: ["main"]
paths:
- 'internal/**'
- 'cmd/**'
- 'go.*'
- 'test/**'
- '.github/workflows/test.yaml'
- '.github/workflows/_reusable-build.yaml'
pull_request:
env:
GO_VERSION: '1.26'
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
id: filter
with:
filters: |
go:
- 'internal/**'
- 'cmd/**'
- 'go.*'
- 'test/**'
- '.github/workflows/test.yaml'
- '.github/workflows/_reusable-build.yaml'
- if: steps.filter.outputs.go == 'true'
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: ${{ env.GO_VERSION }}
- if: steps.filter.outputs.go == 'true'
name: Install filesystem tools
run: |
sudo apt-get update -qq
sudo apt-get install -y -qq xfsprogs
sudo modprobe xfs || true
- if: steps.filter.outputs.go == 'true'
name: Test Driver
run: sudo make test