Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: Mihail Mihov <[email protected]>
  • Loading branch information
mishomihov00 committed Dec 9, 2024
1 parent e5afe84 commit 4feabe4
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/zxf-dry-run-extended-test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,19 @@ jobs:
github-token: ${{ secrets.GH_ACCESS_TOKEN }}
path: build_app_artifacts

- name: Pull in XTS Unit Test artifact
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: "Unit Test Report (Timing Sensitive)"
path: xts_artifacts
# - name: Pull in XTS Unit Test artifact
# uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
# with:
# name: "Unit Test Report (Timing Sensitive)"
# path: xts_artifacts

- name: Upload Combined Unit Test Results artifact
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: Build app and XTS aggregated Unit tests
path: |
build_app_artifacts/*
xts_artifacts/*
# - name: Upload Combined Unit Test Results artifact
# uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
# with:
# name: Build app and XTS aggregated Unit tests
# path: |
# build_app_artifacts/*
# xts_artifacts/*

# find . -path '*/build/test-results/timingSensitive/*' -name 'TEST-*.xml' | tr '\n' ','
- name: Resolve coverage file paths
Expand Down

0 comments on commit 4feabe4

Please sign in to comment.