Skip to content

Commit

Permalink
try without default dir
Browse files Browse the repository at this point in the history
  • Loading branch information
MonolithProjects committed Aug 18, 2023
1 parent 19fdcc3 commit f6889c7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ env:
MOLECULE_DOCKER_VOLUMES: rw
MOLECULE_DOCKER_CGROUPS_MODE: host

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

jobs:
repo:
Expand All @@ -45,8 +45,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: "github_actions_runner"
# with:
# path: "github_actions_runner"

- name: Set up Python 3
uses: actions/setup-python@v4
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v3
with:
path: "github_actions_runner"
# with:
# path: "github_actions_runner"

- name: Set up Python 3
uses: actions/setup-python@v4
Expand Down

0 comments on commit f6889c7

Please sign in to comment.