Skip to content

Commit

Permalink
test: add e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
avasisht23 authored and moldy530 committed Jul 24, 2023
1 parent 5f406ba commit 9a8d289
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: yarn build

- name: E2E tests
id: e2e
env:
API_KEY: ${{ secrets.API_KEY }}
OWNER_MNEMONIC: ${{ secrets.OWNER_MNEMONIC }}
Expand All @@ -53,5 +52,5 @@ jobs:

# Lerna publish will, compute the new version, update files, run precommit hooks, tag, publish, and push change log
- name: Publish using Lerna
if: inputs.publish && steps.e2e.outcome == 'success'
if: inputs.publish
run: yarn lerna publish --no-private --yes --no-verify-access

0 comments on commit 9a8d289

Please sign in to comment.