Skip to content

Commit

Permalink
modify path structure for initialize-smoke-test action
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 4d37e79 commit 7d42d0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
shell: powershell
steps:
- name: Initialize smoke test
uses: ./.github/actions/initialize_smoke_test
uses: ./.github/actions/initialize-smoke-test
with:
python-version: "3.12"
cache-dependency-path: "requirements.txt"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
needs: smoke-test-windows
steps:
- name: Initialize smoke test
uses: ./.github/actions/initialize_smoke_test
uses: ./.github/actions/initialize-smoke-test
with:
python-version: "3.12"
cache-dependency-path: "requirements.txt"
Expand Down

0 comments on commit 7d42d0e

Please sign in to comment.