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 d4cf3a4 commit 4d37e79
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
File renamed without changes.
6 changes: 0 additions & 6 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ 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 @@ -65,9 +62,6 @@ 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 4d37e79

Please sign in to comment.