Skip to content

Commit

Permalink
test names
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Dec 2, 2024
1 parent d1e2823 commit 3b20aac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tests
name: Tests-Linux

on: [push]

jobs:
build-linux:
tests-linux:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Tests-Windows
on: [push]

jobs:
build-linux:
tests-windows:
runs-on: widows-latest
strategy:
max-parallel: 5
Expand Down

0 comments on commit 3b20aac

Please sign in to comment.