Skip to content

Commit

Permalink
Fix error5
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalinaMykoliuk committed Dec 25, 2024
1 parent c6ce28e commit 41a8f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
call-reusable-workflow:
uses: ./.github/workflows/workflow.yml@
uses: ./.github/workflows/workflow.yml

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
call-reusable-workflow:
uses: ./.github/workflows/workflow.yml@
uses: ./.github/workflows/workflow.yml
with:
matrix:
python-version: ["3.12"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
call-reusable-workflow:
uses: ./.github/workflows/workflow.yml@
uses: ./.github/workflows/workflow.yml
with:
matrix:
python-version: ["3.12"]

0 comments on commit 41a8f76

Please sign in to comment.