Skip to content

Commit

Permalink
Update unit tests workflow to use a more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiher committed Mar 15, 2024
1 parent 765ab41 commit 7710894
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Unit Tests
name: Run Unit Tests

on:
workflow_dispatch:
Expand All @@ -10,14 +10,14 @@ on:
push:

jobs:
build:
run-unit-tests:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.event_name != 'workflow_dispatch' && github.ref_name || inputs.ref}}
ref: ${{ github.event_name != 'workflow_dispatch' && github.ref_name || inputs.ref}}

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 7710894

Please sign in to comment.