Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ jobs:
uses: actions/upload-artifact@v7
if: failure()
with:
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-incontainer-relaxed
name: test-reports-incontainer-relaxed-jdk${{matrix.java.name}}
path: 'test-reports.tgz'
- name: Upload server log artifact (if maven failed)
uses: actions/upload-artifact@v7
if: failure()
with:
name: server-log-cdi-tck-jdk${{matrix.java.name}}
name: server-log-incontainer-relaxed-jdk${{matrix.java.name}}
path: 'server-log.tgz'
- name: Build with Maven, no WildFly
run: |
Expand All @@ -279,7 +279,7 @@ jobs:
uses: actions/upload-artifact@v7
if: failure()
with:
name: test-reports-cdi-tck-jdk${{matrix.java.name}}-relaxed
name: test-reports-no-container-relaxed-jdk${{matrix.java.name}}
path: 'test-reports.tgz'

# Weld no-container tests, includes junit, Weld SE tests plus CDI TCKs and integration tests that don't require EE container
Expand Down
Loading