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.
2 parents f04191b + d71aee2 commit 9b87f29Copy full SHA for 9b87f29
.github/workflows/test-make-target.yaml
@@ -54,6 +54,19 @@ jobs:
54
# restricted to the build jobs to avoid duplication in output.
55
disable_problem_matchers: true
56
57
+<<<<<<< HEAD
58
+=======
59
+ # We install Erlang problem matchers from ci.erlang.mk.
60
+ - name: CHECKOUT ERLANG PROBLEM MATCHERS
61
+ uses: actions/checkout@v5
62
+ with:
63
+ repository: ninenines/ci.erlang.mk
64
+ path: ci.erlang.mk
65
+
66
+ - name: INSTALL ERLANG PROBLEM MATCHERS
67
+ run: echo "::add-matcher::ci.erlang.mk/.github/matchers/erlang-matchers.json"
68
69
+>>>>>>> 534f3f812 (Bump actions/checkout from 4 to 5)
70
- name: MIXED CLUSTERS - FETCH SIGNING KEYS
71
uses: dsaltares/fetch-gh-release-asset@master
72
if: inputs.mixed_clusters
0 commit comments