Skip to content

Commit

Permalink
add default dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Aug 18, 2023
1 parent 231c304 commit 19fdcc3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

defaults:
run:
working-directory: 'github_actions_runner'
working-directory: "github_actions_runner"

jobs:
repo:
Expand All @@ -46,7 +46,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
path: "github_actions_runner"

- name: Set up Python 3
uses: actions/setup-python@v4
Expand All @@ -58,7 +58,6 @@ jobs:

- name: Run Molecule test - repo
run: molecule test --scenario-name repo
working-directory: "${{ github.repository }}"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
Expand Down Expand Up @@ -87,7 +86,7 @@ jobs:
- name: checkout
uses: actions/checkout@v3
with:
path: "${{ github.repository }}"
path: "github_actions_runner"

- name: Set up Python 3
uses: actions/setup-python@v4
Expand All @@ -99,7 +98,6 @@ jobs:

- name: Run Molecule tests -
run: molecule test --scenario-name org
working-directory: "${{ github.repository }}"
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'
Expand Down

0 comments on commit 19fdcc3

Please sign in to comment.