Skip to content

Commit

Permalink
workflow adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent 2e839cb commit 9000c1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-version: "3.12"
cache-dependency-path: "requirements.txt"

- name: Setup Windows dependencies
- name: Setup dependencies
uses: ./.github/actions/setup-windows-dependencies
with:
operating-system: "windows"
Expand All @@ -51,6 +51,9 @@ jobs:
smoke-test-macos:
name: Smoke Test for Mac OS
runs-on: macos-latest
defaults:
run:
shell: bash
needs: smoke-test-windows
steps:
- name: Checkout Repository
Expand All @@ -62,7 +65,7 @@ jobs:
python-version: "3.12"
cache-dependency-path: "requirements.txt"

- name: Setup MacOS dependencies
- name: Setup dependencies
uses: ./.github/actions/setup-macos-dependencies
with:
operating-system: "macos"
Expand Down

0 comments on commit 9000c1a

Please sign in to comment.