Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent d83319c commit 95ef55a
Showing 1 changed file with 6 additions and 0 deletions.
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 95ef55a

Please sign in to comment.