Skip to content

Commit

Permalink
Update and rename test.yml to run-unit-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbs authored Jul 23, 2024
1 parent 79f8de0 commit 28c9513
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Test
name: Run Unit Tests
on:
workflow_dispatch: {}
pull_request: {}
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand All @@ -20,5 +20,5 @@ jobs:
node-version: 20
- name: Install Dependencies
run: npm install
- name: Test
- name: Run Unit Tests
run: npm test

0 comments on commit 28c9513

Please sign in to comment.