Skip to content

Commit b0d09f6

Browse files
authored
Improve names of test jobs (#168)
1 parent c2a45d1 commit b0d09f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: dart format --output none --set-exit-if-changed .
2323
- run: dart analyze --fatal-warnings .
2424
linux:
25-
name: webcrypto on Linux desktop / Chrome / Firefox
25+
name: Linux desktop / Chrome / Firefox
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
@@ -61,7 +61,7 @@ jobs:
6161
flag-name: linux
6262
parallel: true
6363
macos-14:
64-
name: webcrypto on macOS 14 desktop / Chrome
64+
name: MacOS 14 desktop / Chrome / Firefox
6565
runs-on: macos-14 # Test with xcode 15
6666
steps:
6767
- uses: actions/checkout@v4
@@ -96,7 +96,7 @@ jobs:
9696
export FIREFOX_EXECUTABLE="$(which firefox)"
9797
flutter pub run test -p vm,chrome,firefox
9898
macos-15:
99-
name: webcrypto on macOS 15 desktop / Chrome
99+
name: MacOS 15 desktop / Chrome / Firefox
100100
runs-on: macos-15 # Test with xcode 16
101101
steps:
102102
- uses: actions/checkout@v4
@@ -123,7 +123,7 @@ jobs:
123123
export FIREFOX_EXECUTABLE="$(which firefox)"
124124
flutter pub run test -p vm,chrome,firefox
125125
windows:
126-
name: webcrypto on Windows desktop / Chrome / Firefox
126+
name: Windows desktop / Chrome / Firefox
127127
runs-on: windows-latest
128128
steps:
129129
- uses: ilammy/setup-nasm@v1
@@ -162,7 +162,7 @@ jobs:
162162
flag-name: windows
163163
parallel: true
164164
ios:
165-
name: webcrypto on iOS emulator (iPhone)
165+
name: iOS emulator (iPhone)
166166
runs-on: macos-14
167167
steps:
168168
- uses: actions/checkout@v4
@@ -180,7 +180,7 @@ jobs:
180180
- run: flutter test integration_test/webcrypto_test.dart -d iphone
181181
working-directory: ./example
182182
android:
183-
name: webcrypto on Android emulator
183+
name: Android emulator
184184
runs-on: ubuntu-latest
185185
steps:
186186
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)