Skip to content

Commit 9ea948a

Browse files
author
Per Goncalves da Silva
committed
Add test-operator unit tests to CI
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent fff89bb commit 9ea948a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/testdata.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: testdata
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
merge_group:
7+
push:
8+
branches:
9+
- main
10+
11+
jobs:
12+
unit-test:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: actions/checkout@v4
16+
17+
- uses: actions/setup-go@v5
18+
with:
19+
go-version-file: go.mod
20+
21+
- name: Run test-operator unit tests
22+
run: |
23+
make test-operator-test-unit

0 commit comments

Comments
 (0)