Skip to content

Commit

Permalink
test macos
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 26, 2024
1 parent ff3b76d commit 0caaebc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ env:

jobs:
smoke-test-windows:
if: false
name: Smoke Test for Windows
runs-on: windows-latest
steps:
Expand Down Expand Up @@ -48,7 +49,7 @@ jobs:
smoke-test-macos:
name: Smoke Test for MacOS
runs-on: macos-latest
needs: smoke-test-windows
#needs: smoke-test-windows
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 0caaebc

Please sign in to comment.