Skip to content

Commit

Permalink
fix(ci): nx migration checker workflow not installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
timonmasberg committed Apr 28, 2023
1 parent 4104c74 commit 809c643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nx-migration-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- run: npm ci
- uses: timonmasberg/nx-migration-gh-action@v1.0.0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 809c643

Please sign in to comment.