Skip to content

Commit

Permalink
Checkout in unit tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nvdaes committed Mar 9, 2025
1 parent 15c0648 commit 8a0742e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run:
shell: cmd
steps:
# - name: Checkout NVDA
# uses: actions/checkout@v4
# with:
# submodules: true
- name: Checkout NVDA
uses: actions/checkout@v4
with:
submodules: true
- name: Build NVDA
uses: ./nvdaBuilder
- name: Run unit tests
Expand Down

0 comments on commit 8a0742e

Please sign in to comment.