Skip to content

Commit

Permalink
build: enable Cypress tests for visualizations
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jun 30, 2020
1 parent b686004 commit 7bd83c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bashlib.sh
Expand Up @@ -189,7 +189,7 @@ cypress-run-all() {
nohup flask run --no-debugger -p $port > "$flasklog" 2>&1 < /dev/null &
local flaskProcessId=$!

cypress-run "*/*"
cypress-run "*/**/*"

# Upload code coverage separately so each page can have separate flags
# -c will clean existing coverage reports, -F means add flags
Expand Down

0 comments on commit 7bd83c7

Please sign in to comment.