Skip to content

Commit

Permalink
use proper import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Aug 11, 2024
1 parent 36e953d commit fda5efc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang_quality_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
golang_quality:
uses: ./.github/workflows/golang_quality.yaml
with:
workdir: "tests/golang_quality"
workdir: "tests/golang_quality/"
2 changes: 1 addition & 1 deletion .github/workflows/golang_test_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
golang_test:
uses: ./.github/workflows/golang_test.yaml
with:
workdir: "tests/golang_test"
workdir: "tests/golang_test/"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
golang_quality:
uses: CubicrootXYZ/Workflows/.github/workflows/[email protected]
with:
workdir: "golang/application/subfolder"
workdir: "golang/application/subfolder/"
```

### Execute Tests
Expand All @@ -47,7 +47,7 @@ jobs:
golang_test:
uses: ./.github/workflows/golang_test.yaml
with:
workdir: "tests/golang_test"
workdir: "tests/golang_test/"
env: '{"DB_HOST": "localhost", "DB_PORT": "3306"}'
needs: '["build_documentation"]'
```

0 comments on commit fda5efc

Please sign in to comment.