Skip to content

Commit

Permalink
Try to include steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Feb 7, 2024
1 parent 78b8e1d commit 6ec1f5c
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .github/workflows/build-and-test-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,20 @@ jobs:

build:

uses: ./.github/workflows/build-and-test-workflow.yml
with:
platform: ubuntu-latest
build_type: Release
strategy:
fail-fast: false
matrix:
platform:
- ubuntu-latest
- macos-latest
build_type:
- Release
- Debug

# build:
runs-on: ${{ matrix.platform }}

# strategy:
# fail-fast: false
# matrix:
# platform:
# - ubuntu-latest
# - macos-latest
# build_type:
# - Release
# - Debug

# uses: ./.github/workflows/build-and-test-workflow.yml
# with:
# platform: ${{ matrix.platform }}
# build_type: ${{ matrix.build_type }}
steps:
- uses: ./.github/workflows/build-and-test-workflow.yml
with:
platform: ${{ matrix.platform }}
build_type: ${{ matrix.build_type }}

0 comments on commit 6ec1f5c

Please sign in to comment.