Skip to content

Commit 63858de

Browse files
committed
Fixed directory path
1 parent 8cc58b7 commit 63858de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323

2424
- name: Run tests
2525
run: python -m unittest discover
26-
working-directory: path/to/directory
26+
working-directory: ci-cd/02-github-action-ci

ci-cd/02-github-action-ci/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323

2424
- name: Run tests
2525
run: python -m unittest discover
26-
working-directory: path/to/directory
26+
working-directory: ci-cd/02-github-action-ci

0 commit comments

Comments
 (0)