Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strip classic since outsourced #972

Merged
merged 7 commits into from
Jul 2, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,3 @@ jobs:
- run: npm run lint
- run: npm run build
- run: npm run test
# - uses: cypress-io/github-action@v2
# with:
# start: npm run serve
# # after the test run completes
# # store videos and any screenshots
# # NOTE: screenshots will be generated only if E2E test failed
# # thus we store screenshots only on failures
# # Alternative: create and commit an empty cypress/screenshots folder
# # to always have something to upload
# - uses: actions/upload-artifact@v1
# if: failure()
# with:
# name: cypress-screenshots
# path: cypress/screenshots
# # Test run video was always captured, so this action uses "always()" condition
# - uses: actions/upload-artifact@v1
# if: always()
# with:
# name: cypress-videos
# path: cypress/videos
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
*.csv
/public
/src/static
/src/modes/classic/maps/raw
/src/modes/classic/maps/processed
/src/data/processed
/src/specs/shapefiles
/src/specs/tilegrams
Expand Down
7 changes: 0 additions & 7 deletions cypress.json

This file was deleted.

3 changes: 0 additions & 3 deletions cypress/.eslintrc.js

This file was deleted.

32 changes: 0 additions & 32 deletions cypress/integration/hello.spec.js

This file was deleted.

24 changes: 0 additions & 24 deletions cypress/integration/signal.spec.js

This file was deleted.

32 changes: 0 additions & 32 deletions cypress/integration/utils/epidata.js

This file was deleted.

173 changes: 0 additions & 173 deletions cypress/integration/utils/sensor.js

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/plugins/index.js

This file was deleted.

Binary file not shown.
31 changes: 0 additions & 31 deletions cypress/support/commands.js

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

Loading