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 7d42d0e commit e6a2bd7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/actions/initialize-smoke-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ inputs:
runs:
using: "composite"
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
run:
shell: powershell
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Initialize smoke test
uses: ./.github/actions/initialize-smoke-test
with:
Expand Down Expand Up @@ -62,6 +65,9 @@ jobs:
runs-on: macos-latest
needs: smoke-test-windows
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Initialize smoke test
uses: ./.github/actions/initialize-smoke-test
with:
Expand Down

0 comments on commit e6a2bd7

Please sign in to comment.