Browse Source

ci: rename build to test

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
pull/2921/head
Mark Sagi-Kazar 3 years ago
parent
commit
d21e389be3
  1. 4
      .github/workflows/ci.yaml

4
.github/workflows/ci.yaml

@ -9,8 +9,8 @@ permissions:
contents: read
jobs:
build:
name: Build
test:
name: Test
runs-on: ubuntu-latest
services:

Loading…
Cancel
Save