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 4b6dc7b commit 793fcd1Copy full SHA for 793fcd1
.github/workflows/main.yml
@@ -17,8 +17,8 @@ jobs:
17
# Runs a single command using the runners shell
18
- name: Install dependencies
19
run: |
20
- opm install -l \
21
- && opm install 1bdd 1testrunner coverage
+ opm install -l
+ opm install -l 1bdd 1testrunner coverage
22
23
# Runs a set of commands using the runners shell
24
- name: Run tests
0 commit comments