We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6e0ef commit a557a5bCopy full SHA for a557a5b
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Unit Tests
61
run: |
62
- eirctl run test:unit
+ eirctl run unit:test:run
63
64
- name: Publish Test Report
65
uses: mikepenz/action-junit-report@v5
eirctl.yaml
@@ -41,6 +41,7 @@ tasks:
41
env:
42
- VERSION
43
- REVISION
44
+
45
unit:test:
46
context: unit:test
47
description: |
0 commit comments