Skip to content

Commit

Permalink
Fix molecule directory references (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Oct 27, 2023
1 parent b78d0d8 commit 85d7583
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
defaults:

run:
working-directory: 'nephelaiio.mongos'
working-directory: 'nephelaiio.rabbitmq'

jobs:

Expand All @@ -22,7 +22,7 @@ jobs:
- name: Check out the codebase
uses: actions/checkout@v4
with:
path: 'nephelaiio.mongos'
path: 'nephelaiio.rabbitmq'

- name: Set up python 3
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
defaults:

run:
working-directory: 'nephelaiio.mongos'
working-directory: 'nephelaiio.rabbitmq'

jobs:

Expand All @@ -37,7 +37,7 @@ jobs:
- name: Check out the codebase
uses: actions/checkout@v4
with:
path: 'nephelaiio.mongos'
path: 'nephelaiio.rabbitmq'

- name: Set up python 3
uses: actions/setup-python@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
defaults:

run:
working-directory: 'nephelaiio.mongos'
working-directory: 'nephelaiiorabbitmq'

jobs:

Expand All @@ -26,7 +26,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4
with:
path: 'nephelaiio.mongos'
path: 'nephelaiio.rabbitmq'

- name: Set up Python 3
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "nephelaiio.mongos"
name = "nephelaiio.rabbitmq"
version = "0.1.0"
description = ""
authors = ["nephelaiio"]
Expand Down

0 comments on commit 85d7583

Please sign in to comment.