From 0b68f34dae0591bb39d738b0fbdbeec0bcc070af Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Fri, 2 Feb 2024 15:54:29 -0500 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c6bb94b79..213a258ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,14 +1,14 @@ -name: Jasmine Testing +name: Jasmine Tests on: push: - branches: [ "develop" ] + branches: ["develop"] pull_request: - branches: [ "master", "develop" ] + branches: ["master", "develop"] types: [synchronize] jobs: - run-jasmine-tests: + run-tests: runs-on: ubuntu-latest defaults: run: