Skip to content

Commit e150518

Browse files
authored
chore: rename build-and-test jobs (#763)
1 parent 9403ce0 commit e150518

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/on-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ jobs:
8989
fail-fast: false
9090
matrix:
9191
include:
92-
- name: Linux
92+
- name: build-and-test-linux
9393
os: ubuntu-latest
9494
artifact: build-Linux release
95-
# - name: macOS
95+
# - name: build-and-test-macos
9696
# os: macos-latest
9797
# artifact: build-macOS
98-
- name: Windows
98+
- name: build-and-test-windows
9999
os: windows-latest
100100
artifact: build-Windows
101101
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)