Skip to content

Commit 0f12b0e

Browse files
ci: fix
1 parent 1681d8f commit 0f12b0e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the codebase.
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
path: "${{ github.repository }}"
1818

1919
- name: Set up Python 3.
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: '3.x'
2323

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
python-version: '3.x'
5454

5555
- name: Install test dependencies
56-
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2"
56+
run: pip3 install ansible docker molecule molecule-plugins[docker] "requests<2.29.2" jmespath
5757

5858
- name: Run Molecule test - repo
5959
run: molecule test --scenario-name repo
@@ -68,6 +68,7 @@ jobs:
6868

6969
org:
7070
name: Test Org Runner
71+
needs: repo
7172
environment:
7273
name: test
7374
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)