From dc2fea9c62bdc2e11c34a637a7922ab16edb4ba1 Mon Sep 17 00:00:00 2001 From: Adam Perry Date: Sat, 19 Sep 2020 13:42:08 -0700 Subject: [PATCH] [dom][ci] re-enable cypress at least a few of the tests are passing locally Closes #186 --- .github/workflows/main.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 71f3f19b8..618572bb1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,12 +130,11 @@ jobs: - run: cargo test-dom-todo - run: cargo test-dom-drivertest - # TODO(#186) re-enable - # - run: cd dom/examples/todo/e2e; npm ci - # - name: todomvc e2e tests - # run: cargo test-dom-todo-e2e --record - # env: - # CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + - run: cd dom/examples/todo/e2e; npm ci + - name: todomvc e2e tests + run: cargo test-dom-todo-e2e --record + env: + CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} website: needs: ofl