Skip to content

Commit

Permalink
Fix CI test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Sep 23, 2024
1 parent 1d1e340 commit f8e892a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-test-private-action-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: run Go tests
run: |
helm dependency build ./charts/private-action-runner
make unit-test-operator
make unit-test-private-action-runner
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ unit-test:
unit-test-operator:
go test -C test ./datadog-operator -count=1

.PHONY: unit-test-private-action-runner
unit-test-private-action-runner:
go test -C test ./private-action-runner -count=1

.PHONY: update-test-baselines
update-test-baselines:
go test -C test ./... -count=1 -args -updateBaselines=true
Expand Down

0 comments on commit f8e892a

Please sign in to comment.