diff --git a/.github/workflows/build-and-test-windows.yml b/.github/workflows/build-and-test-windows.yml index 2b58046574d6..573d9dc72354 100644 --- a/.github/workflows/build-and-test-windows.yml +++ b/.github/workflows/build-and-test-windows.yml @@ -41,6 +41,9 @@ jobs: run: go test --tags containers_image_openpgp,exclude_graphdriver_btrfs,exclude_graphdriver_devicemapper ./... - name: Run IIS Unit Tests run: cd receiver/iisreceiver && go test --tags containers_image_openpgp,exclude_graphdriver_btrfs,exclude_graphdriver_devicemapper ./... + - name: Run Active Directory DS Unit & Integration Tests + run: go test --tags containers_image_openpgp,exclude_graphdriver_btrfs,exclude_graphdriver_devicemapper,integration ./... + working-directory: ./receiver/activedirectorydsreceiver - name: GitHub Issue Generator if: ${{ failure() && github.ref == 'ref/head/main' }} run: |