Skip to content

Commit

Permalink
Add tests command to dependency update task
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 8, 2024
1 parent e3207f4 commit d50d466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: |
npm run update-dependencies
npm install
npm test
- run: |
git commit -am "chore(dependencies): Update dependencies"
git push origin update-dependencies-$GITHUB_RUN_ID
Expand Down

0 comments on commit d50d466

Please sign in to comment.