Skip to content

Commit

Permalink
update test workflow meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgraham4401 committed Jan 22, 2024
1 parent 5b24e0b commit 2324fe1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: 'Haztrak Client Tests'
name: 'Unit & Build Tests'
# This workflow is responsible for running the Haztrak react client tests.

on:
pull_request:
branches: ['main']
branches: [ 'main' ]
push:
workflow_call:
workflow_dispatch:

jobs:
run_client_tests:
name: 'Run unit tests'
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [ 18, 20 ]
steps:
- name: 'Checkout'
uses: actions/checkout@v3
Expand All @@ -39,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
node-version: [ 18, 20 ]
steps:
- name: 'Checkout'
uses: actions/checkout@v3
Expand Down

0 comments on commit 2324fe1

Please sign in to comment.