Skip to content

Commit

Permalink
Update develop_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxhoundn authored Jan 16, 2023
1 parent 29243ab commit d62c067
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:
id: install_modules
run: |
rm -rf node_modules
npm install
yarn install
# SAVE RELEASE VERSION
- name: Save release version to outputs
id: save_release_version
run: echo ::set-output name=version::$(node -pe "require('./package.json').version")
# TEST THE BUILD
- name: Build test
id: build_test
run: npm run build:test
run: yarn build:test
# RUN UNIT TESTS
- name: Running tests
id: tests
run: npm run test
run: yarn test
# PUBLISH TO NPM
- name: Publish to NPM
id: npm_publish
Expand Down

0 comments on commit d62c067

Please sign in to comment.