Skip to content

Commit c6e698e

Browse files
committed
Rename jobs.
1 parent ed190f7 commit c6e698e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Continuous Integration Build
1010
on: [ pull_request, push, workflow_dispatch ]
1111

1212
jobs:
13-
verify-installsh:
13+
autotools:
1414

1515
strategy:
1616
fail-fast: false
@@ -202,7 +202,7 @@ jobs:
202202
run: |
203203
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-node-test
204204
205-
verify-install-cmake:
205+
cmake:
206206

207207
strategy:
208208
fail-fast: false
@@ -355,7 +355,7 @@ jobs:
355355
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
356356
ls ${{ github.workspace }}/prefixenv/lib/cmake
357357
358-
verify-sln:
358+
msbuild:
359359
strategy:
360360
fail-fast: false
361361

0 commit comments

Comments
 (0)