aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 61f8e30d..e2a3ea4d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -67,6 +67,9 @@ jobs:
steps:
- uses: actions/checkout@v2
+ - name: Add ert problem matcher
+ run: echo "::add-matcher::.github/ert.json"
+
- uses: coq-community/docker-coq-action@v1
id: docker-coq-action
with:
@@ -84,3 +87,5 @@ jobs:
startGroup Run tests
./ci/test.sh
endGroup
+
+ # - run: echo "::remove-matcher owner=ert-problem-matcher::"