Skip to content

Commit 63b1e5b

Browse files
committed
Rename jobs.
1 parent c7871d6 commit 63b1e5b

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
@@ -195,7 +195,7 @@ jobs:
195195
run: |
196196
DYLD_PRINT_LIBRARIES=1 ${{ github.workspace }}/test/.libs/libbitcoin-database-test
197197
198-
verify-install-cmake:
198+
cmake:
199199

200200
strategy:
201201
fail-fast: false
@@ -342,7 +342,7 @@ jobs:
342342
cat ${{ github.workspace }}/prefixenv/lib/pkgconfig/*.pc
343343
ls ${{ github.workspace }}/prefixenv/lib/cmake
344344
345-
verify-sln:
345+
msbuild:
346346
strategy:
347347
fail-fast: false
348348

0 commit comments

Comments
 (0)