Skip to content

Commit

Permalink
chore: added names in github tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop committed Jan 29, 2024
1 parent f5a1213 commit c598689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches: [main]
jobs:
unit-test:
name: Unit Tests
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -38,7 +39,7 @@ jobs:
run: npm run test --workspace=packages/bruno-electron

cli-test:
name: Run Bruno CLI Tests
name: CLI Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
reporter: java-junit

prettier:
name: Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c598689

Please sign in to comment.