Skip to content

Commit

Permalink
chore: add testing to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjandhar12 committed Jan 25, 2024
1 parent ee8a278 commit a3adb18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
mv ${{ steps.package.outputs.package_name }}/${{ steps.package.outputs.package_name }}.zip ./
echo "::set-output name=tag_name::$(git tag --sort version:refname | tail -n 1)"
- name: Run Test Suites
run: yarn test

- name: Create Release
uses: ncipollo/release-action@v1
id: create_release
Expand Down

0 comments on commit a3adb18

Please sign in to comment.