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 03bbf1e commit af4fcd5Copy full SHA for af4fcd5
.github/workflows/test-add-compiler-matrix.yml
@@ -69,8 +69,8 @@ jobs:
69
image=${{ matrix.image }} \
70
architecture=${{ matrix.architecture }}-with-extra-compiler
71
echo ::endgroup::
72
- echo ::group::output local directory
73
- ls
+ echo ::group::mv inventory.yaml to ./spec/fixtures/litmus_inventory.yaml
+ mv inventory.yaml spec/fixtures/litmus_inventory.yaml
74
75
echo ::group::info:request
76
cat request.json || true; echo
0 commit comments