Skip to content

Commit

Permalink
Lets see if seeding the database is working
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 10, 2023
1 parent 6b1a95a commit 1b25feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"clean": "./build_dbhub.sh clean",
"cypress:install": "./node_modules/.bin/cypress install",
"cypress:open": "./node_modules/.bin/cypress open >/dev/null 2>&1 &",
"cypress:test": "sleep 20 && ss -nltp && docker exec dbhub-build ps -ef f && docker logs dbhub-build && curl -k https://localhost:9443; ./node_modules/.bin/cypress run",
"cypress:test": "sleep 20 && ss -nltp && docker exec dbhub-build ps -ef f && docker logs dbhub-build && curl -k https://localhost:9443/x/test/seed; ./node_modules/.bin/cypress run",
"cypress:testff": "./node_modules/.bin/cypress run -b firefox",
"docker:attach": "docker attach dbhub-build",
"docker:build": "docker build --tag dbhub-build docker",
Expand Down

0 comments on commit 1b25feb

Please sign in to comment.