Skip to content

Commit

Permalink
DO NOT SUBMIT test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanlookpotts committed Jul 25, 2023
1 parent db4aff5 commit c14f644
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
retention-days: 30

deploy-npm:
if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
needs: [check, build, test]
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -79,8 +78,9 @@ jobs:
- name: Publish @viamrobotics/prime 🚀
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c # v2.2.1
with:
token: ${{ secrets.NPM_TOKEN }}
token: "test-token"
package: packages/legacy
dry-run: true
- name: Download @viamrobotics/prime-core npm artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -89,8 +89,9 @@ jobs:
- name: Publish @viamrobotics/prime-core 🚀
uses: JS-DevTools/npm-publish@5a85faf05d2ade2d5b6682bfe5359915d5159c6c # v2.2.1
with:
token: ${{ secrets.NPM_TOKEN }}
token: "test-token"
package: packages/core
dry-run: true

deploy-pages:
if: ${{ github.repository == 'viamrobotics/prime' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit c14f644

Please sign in to comment.