Skip to content

Commit

Permalink
MAN-227 - update pipeline file to fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Dec 19, 2024
1 parent c8f1b83 commit c64f94b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# generic node integration tests using wiremock - feel free to override with local tests if required
node_integration_tests:
name: node integration tests
uses: ./.github/workflows/node_integration_tests.yml@v2 # WORKFLOW_VERSION
uses: ./.github/workflows/node_integration_tests.yml # WORKFLOW_VERSION
needs: [node_build]
secrets: inherit
helm_lint:
Expand Down

0 comments on commit c64f94b

Please sign in to comment.