Skip to content

Commit

Permalink
Testing submodule checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Feb 4, 2024
1 parent 91e6e00 commit c197b66
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]

steps:
- name: Checkout repository with submodules
uses: actions/checkout@v4.2.0
uses: actions/checkout@v3
with:
submodules: recursive
token: ${{ secrets.PAT_TOKEN }}
Expand Down

0 comments on commit c197b66

Please sign in to comment.