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 1d4f6c3 commit 4b6dc7bCopy full SHA for 4b6dc7b
.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 1bdd 1testrunner coverage
22
23
# Runs a set of commands using the runners shell
24
- name: Run tests
0 commit comments