Skip to content

Commit

Permalink
fix: Removing the if condition in CI pipeline for release branches (#179
Browse files Browse the repository at this point in the history
)

Signed-off-by: Francisco Javier Ribó Labrador <[email protected]>
Signed-off-by: Francisco Javier Ribo Labrador <[email protected]>
  • Loading branch information
elribonazo committed May 2, 2024
1 parent 46381e4 commit a8c4ebc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,13 @@ jobs:
scope: "@hyperledger-labs"

- name: Pack atala-prism-wallet-sdk
if: github.event_name == 'pull_request'
run: |
npm install
npm run build
npm pack
echo "PACKAGE_NAME=$(find . -maxdepth 1 -name atala-prism-wallet-sdk-* | tr -d '\n')" >> "$GITHUB_ENV"
- name: Install local dependency
if: github.event_name == 'pull_request'
working-directory: integration-tests/e2e-tests
run: |
yarn
Expand Down

0 comments on commit a8c4ebc

Please sign in to comment.