Skip to content

Commit

Permalink
ci: rename jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
dangreen committed Dec 2, 2023
1 parent a54693e commit a7bc428
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml → .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: CI
name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
test:
unit:
runs-on: ubuntu-latest
name: Tests
name: unit
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a7bc428

Please sign in to comment.