Skip to content

Commit 425e1a0

Browse files
author
Sajid Kakroo
committed
1 parent 5d20a39 commit 425e1a0

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Run integration tests
6161
run: |
62-
uv run pytest integration/test_auth_flows.py \
62+
uv run pytest integration/ \
6363
--html=integration-results.html \
6464
--junit-xml=integration-results.xml \
6565
--timeout=600 \
@@ -86,25 +86,22 @@ jobs:
8686

8787
- name: Download artifacts
8888
uses: actions/download-artifact@main
89-
with:
90-
name: integration results
91-
path: integration-results
9289

9390
- name: Publish summary in GH
9491
uses: EnricoMi/publish-unit-test-result-action@v2
9592
if: ${{ !startsWith(github.ref_name, 'dependabot/') }}
9693
with:
97-
files: integration-results/integration-results.xml"
94+
files: "**/integration-results.xml"
9895
comment_title: qnexus integration results
9996

10097
- name: "Post scheduled runs summary in Slack: #nexus-tests"
10198
uses: sanjaykrishnanrs/slack-notify-junitxml-action@0.1.0-beta
102-
if: always()
99+
if: github.event_name == 'schedule'
103100
env:
104101
RUN_URL: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
105102
with:
106103
title: "qnexus integration | RUN: ${{ env.RUN_URL }}"
107104
slackbotid: "U03HPPBH99A"
108105
slackbottoken: ${{ secrets.NEXUS_TESTS_SLACK_BOT_TOKEN }}
109-
slackchannel: "C0ABF2ML146"
110-
junitxml_filepath: integration-results/integration-results.xml
106+
slackchannel: "C08LQ4ST2JV"
107+
junitxml_filepath: integration-results.xml

0 commit comments

Comments
 (0)