Skip to content

Commit

Permalink
matching job name
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Mar 17, 2024
1 parent 464d130 commit 5df9099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: Tests
on:
push:
branches:
Expand All @@ -25,7 +25,7 @@ on:
- cron: "0 0 * * 1,4"

jobs:
Test:
Tests:
name: ${{ matrix.os }}, ${{ matrix.environment-file }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 5df9099

Please sign in to comment.