Workflow fixes

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2021-07-17 23:57:47 +05:30
parent 73895e80c8
commit d70f0bff04
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
cmd: test # will run `yarn test` command
publish-npm:
needs: Publish
needs: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2