Fix applyExplorerBindings call in Portal (#408)

This commit is contained in:
Steve Faulkner
2021-01-27 20:37:14 -06:00
committed by GitHub
parent f1db1ed978
commit a14d20a88e
4 changed files with 58 additions and 2 deletions

View File

@@ -156,6 +156,7 @@ jobs:
run: |
npm ci
npm start &
node utils/cleanupDBs.js
npm run wait-for-server
npm run test:e2e
shell: bash