Merge pull request #33 from wordsworthc/rename-service-classes #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and publish evo-objects | ||
| permissions: | ||
| contents: read | ||
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - packages/evo-objects/** | ||
| jobs: | ||
| run-tests: | ||
| uses: ./.github/workflows/run-all-tests.yaml | ||
|
Check failure on line 15 in .github/workflows/publish-evo-objects.yaml
|
||
| build-package: | ||
| name: Build and publish package | ||
| needs: [run-tests] | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: ./.github/actions/publish | ||
| with: | ||
| PACKAGE: evo-objects | ||