Skip to content

Commit

Permalink
Merge branch 'develop' into nav-unit-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Feb 2, 2024
2 parents 5858454 + 0b68f34 commit e842cc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,13 +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:
Expand Down

0 comments on commit e842cc6

Please sign in to comment.