Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharth30060 committed Jan 24, 2025
1 parent cd24559 commit 8a00d09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-test-reporter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Unit Test Action

on:
push:
branches: [ main ]
branches: [ merge_main ]
pull_request:
branches: [ main, release-* ]
jobs:
Expand All @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Run Tests
working-directory: ./content/docs/deployment/csminstallationwizard/src/
working-directory: ./content/docs/deployment/csminstallationwizard/src/
# working-directory: ./content/docs/getting-started/installation/installationwizard/src
run: |
npm install
npm test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Install Helm 3 on the master node before you install CSI Driver for PowerMax.
| image | Image for dell-csi-migrator sidecar. | No | " " |
| nodeRescanSidecarImage | Image for node rescan sidecar which rescans nodes for identifying new paths. | No | " " |
| migrationPrefix | enables migration sidecar to read required information from the storage class fields | No | migration.storage.dell.com |
| **replication** | [Replication](./csm-modules/replication/) is an optional feature to enable replication & disaster recovery capabilities of PowerMax to Kubernetes clusters. | - | - |
| **replication** | [Replication](./../csm-modules/replication/) is an optional feature to enable replication & disaster recovery capabilities of PowerMax to Kubernetes clusters. | - | - |
| enabled | A boolean that enables/disables replication feature. | No | false |
| replicationContextPrefix | enables side cars to read required information from the volume context | No | powermax |
| replicationPrefix | Determine if replication is enabled | No | replication.storage.dell.com |
Expand Down

0 comments on commit 8a00d09

Please sign in to comment.