diff --git a/.github/workflows/unitTests.yml b/.github/workflows/unitTests.yml index 8ee42f5c8db..9420108a590 100644 --- a/.github/workflows/unitTests.yml +++ b/.github/workflows/unitTests.yml @@ -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