Skip to content

Commit

Permalink
ci: turn job names to snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 1, 2024
1 parent 5b4de9d commit b0fc146
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [ push, pull_request ]
jobs:
Build:
build:
runs-on: ${{ matrix.os }}

strategy:
Expand All @@ -23,7 +23,8 @@ jobs:
run: COVERAGE=1 npm run all
- name: Upload coverage
uses: codecov/codecov-action@v3
Build-Nodes:

build_nodes:
runs-on: ${{ matrix.os }}

strategy:
Expand Down

0 comments on commit b0fc146

Please sign in to comment.