Skip to content

Commit

Permalink
[dom][ci] re-enable cypress
Browse files Browse the repository at this point in the history
at least a few of the tests are passing locally

Closes #186
  • Loading branch information
anp committed Oct 4, 2020
1 parent 769d010 commit ebad312
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebad312

Please sign in to comment.