Skip to content

Commit

Permalink
Run tests synchronously
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlic committed Sep 28, 2023
1 parent 459dc66 commit 3443e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sf project deploy start

- name: Run tests
run: sf apex run test --code-coverage --result-format human --output-dir ./tests/apex
run: sf apex run test --synchronous --code-coverage --result-format human --output-dir ./tests/apex

- name: Upload code coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 3443e69

Please sign in to comment.