Skip to content

Commit

Permalink
[WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
jongpie committed Sep 10, 2024
1 parent fd448c8 commit 98cc34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
run: npm run test:apex:nocoverage

- name: 'Run Apex Tests Synchronously'
run: npm run test:apex:nocoverage -- --synchronous
run: npm run test:apex -- --synchronous

# This is the only scratch org that's used for uploading code coverage
- name: 'Upload Apex test code coverage to Codecov.io'
Expand Down Expand Up @@ -414,7 +414,7 @@ jobs:
run: npm run test:apex:nocoverage

- name: 'Run Apex Tests Synchronously'
run: npm run test:apex -- --synchronous
run: npm run test:apex:nocoverage -- --synchronous

- name: 'Delete Scratch Org'
run: npx sf org delete scratch --no-prompt
Expand Down

0 comments on commit 98cc34a

Please sign in to comment.