Skip to content

Commit

Permalink
Revert test command
Browse files Browse the repository at this point in the history
  • Loading branch information
carlyrichmond committed Oct 21, 2024
1 parent 03d2e72 commit 73d0aff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-build-test-synthetics-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
- run: npm install
- run: npm start &
- run: "npm install @elastic/synthetics && npm run test --reporter=junit"
- run: "npm install @elastic/synthetics && npx @elastic/synthetics . --reporter=junit"
working-directory: ./apps/synthetics-replicator-tests/journeys
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
- run: npm ci
- run: npm start &
- run: "npm install @elastic/synthetics && npm run test --reporter=junit"
- run: "npm install @elastic/synthetics && npx @elastic/synthetics . --reporter=junit"
working-directory: ./apps/synthetics-replicator-tests/journeys
- name: Publish Unit Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down

0 comments on commit 73d0aff

Please sign in to comment.