Skip to content

Commit

Permalink
Fix for skipping the DP to CP Test Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
O-sura committed May 14, 2024
1 parent 62c8df7 commit bf5f43d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/agent-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
sh ./scripts/agent-setup-hosts.sh
./gradlew runCpToDpTests
- name: Helm release undeploy
if: always()
shell: sh
run: |
cd apk-repo/helm-charts
Expand All @@ -118,7 +117,6 @@ jobs:
helm uninstall apim-apk-agent -n apk
kubectl delete namespace apk
- name: Publish Test Report(CP to DP Flow)
if: always()
uses: malinthaprasan/action-surefire-report@v1
with:
report_paths: 'apk-repo/test/cucumber-tests/build/test-output/junitreports/*.xml'
Expand Down

0 comments on commit bf5f43d

Please sign in to comment.