Skip to content

Commit

Permalink
REVERT LATER: publish components without tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 16, 2024
1 parent 828fe51 commit 5f372dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ jobs:
publish-components:
name: 'publish components package to npm'
runs-on: 'ubuntu-latest'
needs: ['js-unit-test', 'determine-build-type']
# TODO IMMEDIATELY: revert change below. doing this so i can test component builds without tests passing
needs: ['determine-build-type']
if: needs.determine-build-type.outputs.type == 'publish'
steps:
- uses: 'actions/checkout@v3'
Expand Down

0 comments on commit 5f372dc

Please sign in to comment.