Skip to content

Commit

Permalink
ci: Fix workflow to also checkout repo
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Aug 30, 2024
1 parent f427885 commit 9f92563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- name: "Install Node"
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 9f92563

Please sign in to comment.