Skip to content

Commit

Permalink
Update ci-tests.yml (#128)
Browse files Browse the repository at this point in the history
Add a name to the job that runs the tests, so the workflow/job (hopefully) show up in the branch protection rules lists, so we can enforce passing the tests in PRs.
  • Loading branch information
SjurSutterudSagen authored Apr 25, 2024
1 parent 8a1d284 commit aceeff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
build:
name: Node CI Tests

runs-on: ubuntu-latest

Expand Down

0 comments on commit aceeff8

Please sign in to comment.