Skip to content

Commit

Permalink
Run unit tests for active-directory domain services receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
BinaryFissionGames committed Apr 18, 2022
1 parent 1a6cd54 commit a88cc11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit a88cc11

Please sign in to comment.