Skip to content

Commit

Permalink
patch: passing url e2e ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 27, 2024
1 parent 62d3df2 commit 75b24ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
# tests; note that they required `package` to run before
# npm run wdio
if [[ '${{ runner.os }}'' == 'Windows' ]]; then
if [[ '${{ runner.os }}' == 'Windows' ]]; then
npm run wdio-e2e
else
sudo TARGET_DRIVE=${{ env.TARGET_DRIVE }} ETCHER_INCLUDE_VIRTUAL_DRIVES=1 npm run wdio-e2e
Expand Down
6 changes: 4 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ technologies used in Etcher that you should become familiar with:
- [ImmutableJS][immutablejs]
- [Sass][sass]
- [Mocha][mocha]
- [JSDoc][jsdoc]
- [Pkg][pkg]
- [wdio][wdio]

Module architecture
-------------------
Expand Down Expand Up @@ -67,4 +68,5 @@ be documented instead!
[immutablejs]: http://facebook.github.io/immutable-js/
[sass]: http://sass-lang.com
[mocha]: http://mochajs.org
[jsdoc]: http://usejsdoc.org
[pkg]: https://github.com/yao-pkg/pkg
[wdio]: https://webdriver.io

0 comments on commit 75b24ea

Please sign in to comment.