Skip to content

Commit 6c2882f

Browse files
committed
Fix workflow
1 parent 9fcbc8b commit 6c2882f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/centos.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v2
2929
- name: Prepare tests
30-
run:
31-
- pip install -r requirements.txt
30+
run: pip install -r requirements.txt
3231
- name: Run tests
33-
run:
34-
- molecule test
35-
- AUTH_STATE=enabled molecule test
32+
run: |
33+
molecule test
34+
AUTH_STATE=enabled molecule test

0 commit comments

Comments
 (0)