diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1b58f3..d122557 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,5 +58,5 @@ jobs: - name: Run the tests run: npm run test - #- name: Run the e2e tests - # run: npm run test-e2e + - name: Run the e2e tests + run: npm run test-e2e