Skip to content

Commit

Permalink
disable cypress again
Browse files Browse the repository at this point in the history
  • Loading branch information
anp committed Oct 18, 2020
1 parent 20094e6 commit bd5e20c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/main.yml
Expand Up @@ -130,11 +130,12 @@ jobs:
- run: cargo test-dom-todo
- run: cargo test-dom-drivertest

- 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 }}
# 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 }}

website:
needs: ofl
Expand Down

0 comments on commit bd5e20c

Please sign in to comment.