Skip to content

Commit

Permalink
Fix the test job name
Browse files Browse the repository at this point in the history
  • Loading branch information
chakladarj-nih committed Jan 24, 2025
1 parent 3243f80 commit 8a964b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Run Tests
name: Run Unit Tests

on:
pull_request:
branches:
- dev

jobs:
test:
jest-tests:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 8a964b3

Please sign in to comment.