Browse Source

wip [skip-ci]

Ryan Chandler 4 years ago
parent
commit
c6af090632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/cypress-tests.yml

+ 1 - 1
.github/workflows/cypress-tests.yml

@@ -3,7 +3,7 @@ name: Run Jest tests
 on: [pull_request]
 
 jobs:
-  tests:
+  cypress_tests:
 
     runs-on: ubuntu-latest