Skip to content

Commit 8b8bd05

Browse files
authored
Merge pull request #28 from gtirloni-gpii/GPII-2515
GPII-2515 - Switch to new `npm run` commands
2 parents 275bb36 + c19067f commit 8b8bd05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jenkins_jobs/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
node: h-0005.tor1.inclusivedesign.ca
6060
workspace: $parent_workspace
6161
builders:
62-
- shell: grunt unit-tests
62+
- shell: npm run test:vagrantUnit
6363
publishers:
6464
- email:
6565
recipients: [email protected]
@@ -70,7 +70,7 @@
7070
node: h-0005.tor1.inclusivedesign.ca
7171
workspace: $parent_workspace
7272
builders:
73-
- shell: grunt acceptance-tests
73+
- shell: npm run test:vagrantAcceptance
7474
publishers:
7575
- email:
7676
recipients: [email protected]

0 commit comments

Comments
 (0)