Skip to content

Commit

Permalink
rename test related jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Nov 13, 2024
1 parent a555a17 commit 663c017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
dart pub get
dart run msix:create
unit_tests_dart:
name: Run all unit tests (Dart)
name: Run all unit tests except for Windows (Dart)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- name: Run Tests
run: melos run test:unit:android
unit_tests_windows:
name: Run all unit tests (Windows)
name: Run Windows unit tests (Dart)
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 663c017

Please sign in to comment.