Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jun 30, 2024
1 parent ca14540 commit 2fd75ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ on:
branches:
- 'master'
- 'main'
- 'stefano/ci/test-macos'

tags:
- '*'
Expand Down Expand Up @@ -257,6 +258,7 @@ jobs:
# has been properly formatted
build_linux:
needs: [check_code_style, check_libraries_manifest]
if: false

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -800,6 +802,8 @@ jobs:
- name: Package the tests for the x86_64 macOS-11 worker
if: matrix.architecture == 'x86_64'
run: |
pwd
ls -lh
( cd workspace && ${{ steps.build_paths.outputs.SOURCE }}/tools/ci/scripts/macos/package_tests.sh build macos_tests_${{ matrix.build_type }} )
- name: Store the packaged tests for the x86_64 macOS-11 worker
Expand Down Expand Up @@ -978,6 +982,7 @@ jobs:
# has been properly formatted
build_windows:
needs: [check_code_style, check_libraries_manifest]
if: false

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 2fd75ce

Please sign in to comment.