mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 12:39:34 +01:00
fix: fixed junit tests issue on prs
This commit is contained in:
parent
659e22cabf
commit
966718ca66
18
.github/workflows/tests.yml
vendored
18
.github/workflows/tests.yml
vendored
@ -4,6 +4,16 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
# Assign permissions for unit tests to be reported.
|
||||||
|
# See https://github.com/dorny/test-reporter/issues/168
|
||||||
|
permissions:
|
||||||
|
statuses: write
|
||||||
|
checks: write
|
||||||
|
contents: write
|
||||||
|
pull-requests: write
|
||||||
|
actions: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
name: Unit Tests
|
name: Unit Tests
|
||||||
@ -44,14 +54,6 @@ jobs:
|
|||||||
cli-test:
|
cli-test:
|
||||||
name: CLI Tests
|
name: CLI Tests
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Assign permissions for unit tests to be reported.
|
|
||||||
# See https://github.com/dorny/test-reporter/issues/168
|
|
||||||
permissions:
|
|
||||||
statuses: write
|
|
||||||
checks: write
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
actions: write
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user