Skip to content

Commit

Permalink
refactor: use salesforce cli unit test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarvin8 committed Sep 15, 2024
1 parent f2284d4 commit 852337d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/non-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
build:
uses: ./.github/workflows/reusable-build.yml
secrets: inherit
unit-tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main
3 changes: 0 additions & 3 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ jobs:

- name: Build
run: yarn build

- name: Test
run: yarn test

0 comments on commit 852337d

Please sign in to comment.