Skip to content

Commit

Permalink
Fixed directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
zashraf1985 committed Oct 26, 2024
1 parent 8cc58b7 commit 63858de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:

- name: Run tests
run: python -m unittest discover
working-directory: path/to/directory
working-directory: ci-cd/02-github-action-ci
2 changes: 1 addition & 1 deletion ci-cd/02-github-action-ci/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:

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

0 comments on commit 63858de

Please sign in to comment.