mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
Added workflow
This commit is contained in:
parent
2f8fc1876b
commit
ba44eca21d
1 changed files with 5 additions and 0 deletions
|
@ -49,3 +49,8 @@ jobs:
|
||||||
env TEST_ZONE_NAME=example.com. gotestsum --junitfile /tmp/test-reports/unit-tests.xml
|
env TEST_ZONE_NAME=example.com. gotestsum --junitfile /tmp/test-reports/unit-tests.xml
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: /tmp/test-reports
|
path: /tmp/test-reports
|
||||||
|
|
||||||
|
workflows:
|
||||||
|
test_publish:
|
||||||
|
jobs:
|
||||||
|
- test
|
||||||
|
|
Loading…
Reference in a new issue