Skip to content

Commit d5a2ed2

Browse files
committed
Rename jobs.
1 parent 101c77f commit d5a2ed2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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
@@ -209,7 +209,7 @@ jobs:
209209
run: |
210210
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-server-test
211211
212-
verify-install-cmake:
212+
cmake:
213213

214214
strategy:
215215
fail-fast: false
@@ -368,7 +368,7 @@ jobs:
368368
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
369369
ls ${{ github.workspace }}/prefixenv/lib/cmake
370370
371-
verify-sln:
371+
msbuild:
372372
strategy:
373373
fail-fast: false
374374

0 commit comments

Comments
 (0)