Skip to content

Commit

Permalink
fix: use the renv cache by running the app in app's working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 23, 2024
1 parent 9333226 commit 96d34d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _internal/tests/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"scripts": {
"run-app": "cd ../.. && Rscript -e \"shiny::runApp('$APP_NAME', port = 3333)\"",
"run-app": "cd ../../$APP_NAME && Rscript -e \"shiny::runApp(port = 3333)\"",
"run-cypress": "cypress run --project ../tests --env NUM_TABS=$NUM_TABS",
"open-cypress": "cypress open --project ../tests",
"test-e2e": "start-server-and-test run-app http://localhost:3333 run-cypress",
Expand Down

0 comments on commit 96d34d1

Please sign in to comment.