Skip to content

Commit

Permalink
chore(repo): Show package versions in nightly-checks (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkl authored Nov 17, 2023
1 parent 5ff4ab5 commit 376d430
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/rare-students-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion .github/workflows/nightly-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Show package versions
working-directory: ${{runner.temp}}
run: npm list
run: cd .temp_integration && for i in */; do (echo "---$i----" && cd "$i" && npm list) done;
notify-slack:
name: Notify Slack
needs: integration-tests
Expand Down

0 comments on commit 376d430

Please sign in to comment.