mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
chore: update cli test results
This commit is contained in:
8
.github/workflows/tests-linux.yml
vendored
8
.github/workflows/tests-linux.yml
vendored
@@ -38,6 +38,14 @@ jobs:
|
||||
- name: Run CLI Tests
|
||||
uses: ./.github/actions/tests/run-cli-tests
|
||||
|
||||
- name: Publish Test Report
|
||||
uses: EnricoMi/publish-unit-test-result-action@v2
|
||||
if: always()
|
||||
with:
|
||||
check_name: CLI Test Results (Linux)
|
||||
files: packages/bruno-tests/collection/junit.xml
|
||||
comment_mode: always
|
||||
|
||||
e2e-test:
|
||||
name: Playwright E2E Tests (Linux)
|
||||
timeout-minutes: 120
|
||||
|
||||
Reference in New Issue
Block a user