Skip to content

Commit

Permalink
Clarify who the unit test is for
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed Oct 3, 2023
1 parent 862b1b8 commit 72f8469
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Runs jest based unit tests for the binderhub-client JS package
name: jest
name: "binderhub-client unit tests"

on:
pull_request:
paths:
- "js/**"
- "js/packages/binderhub-client/**"
push:
paths:
- "js/**"
Expand Down

0 comments on commit 72f8469

Please sign in to comment.