Skip to content

Commit

Permalink
Change naming of ci and jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Mar 15, 2024
1 parent 1a44c7c commit 0da3239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Runs unit-testing related jobs.

name: unit
name: test

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
types: [opened, reopened, synchronize]

jobs:
test:
unit & integration:
name: test stable on ubuntu-latest
runs-on: ubuntu-latest
timeout-minutes: 30
Expand Down

0 comments on commit 0da3239

Please sign in to comment.