Skip to content

Commit

Permalink
fixes actions typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhroom authored Aug 12, 2024
1 parent 2e857d8 commit 5add7b7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@ jobs:
if: runner.os == 'linux'
uses: ./.github/actions/linux
- name: Install and run tests (MacOS)
if: runner.os == 'macos'
uses: ./.github/actions/macos
- name: Install and run tests (Windows)
if: runner.os == 'windows'
uses: ./.github/actions/windows
if: runner.os != 'linux
uses: ./.github/actions/windows-mac

0 comments on commit 5add7b7

Please sign in to comment.