Skip to content

Commit

Permalink
try running with sage run (more tasks), #219
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 31, 2024
1 parent ba2f706 commit 5140e20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/config/sparky.pm2.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ module.exports = {
{
name: 'ct-main',
cwd: '/data/share/phet/continuous-testing/ct-main/aqua',
script: 'grunt',
args: 'continuous-server --localCount=20',
script: 'bash',
args: '../perennial/bin/sage run js/grunt/tasks/continuous-server.ts --localCount=20',
time: true
},
{
name: 'ctq',
cwd: '/data/share/phet/continuous-testing/ct-quick/aqua',
script: 'grunt',
args: 'quick-server',
script: 'bash',
args: '../perennial/bin/sage run js/grunt/tasks/quick-server.ts',
time: true
},
{
Expand Down

0 comments on commit 5140e20

Please sign in to comment.