diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b7b63e7a5..efff58994 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -92,12 +92,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