Skip to content

Commit

Permalink
adjust local composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 3be0762 commit d83319c
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: cisagov/ScubaGoggles/.github/actions/initialize_smoke_test@v1
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: cisagov/ScubaGoggles/.github/actions/initialize_smoke_test@v1
uses: ./.github/actions/initialize_smoke_test
with:
python-version: "3.12"
cache-dependency-path: "requirements.txt"
Expand Down

0 comments on commit d83319c

Please sign in to comment.