Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
tharindu1st committed Feb 28, 2024
1 parent d110c3f commit 7493088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: apk-integration-test-go-logs
path: apk-repo/test/integration/podlogs
path: 'apk-repo/test/integration/podlogs/*.log'
runs_cucumber_integration_tests_on_pull_request:
if: github.event_name == 'pull_request_target' && contains(github.event.label.name, 'trigger-action')
needs: [build_adapter, build_common_controller, build_enforcer, build_router, build_config,build_idpds,build_idpui,build_ratelimiter]
Expand Down Expand Up @@ -359,5 +359,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: apk-integration-test-cucmber-logs
path: apk-repo/test/integration/podlogs
path: 'apk-repo/test/integration/podlogs/*.log'

0 comments on commit 7493088

Please sign in to comment.