Skip to content

Commit

Permalink
add test to the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyalaribe committed Oct 13, 2023
1 parent 92c63ad commit d7a6d2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
registry-url: https://registry.npmjs.org/
node-version: '14'

# # Install dependencies (required by Run tests step)
# - name: Install dependencies
# run: yarn install
# Install dependencies (required by Run tests step)
- name: Install dependencies
run: yarn install

# Tests
#- name: Run tests
# run: yarn test
- name: Run tests
run: yarn test

# Configure Git
- name: Git configuration
Expand Down

0 comments on commit d7a6d2e

Please sign in to comment.