Browse Source

wip [skip-ci]

Ryan Chandler 4 năm trước cách đây
mục cha
commit
c6af090632
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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