Skip to content

Commit

Permalink
Use feature-powerset-action instead of local script (#25)
Browse files Browse the repository at this point in the history
Switches to the TheHackerApp/feature-powerset-action for generating the
feature matrix for maintainability and code deduplication across
repositories
  • Loading branch information
akrantz01 committed Jan 23, 2024
1 parent e46f35f commit a6b2789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ jobs:
name: Generate Build Matrix
runs-on: ubuntu-22.04
outputs:
features: ${{ steps.generate-matrix.outputs.features }}
features: ${{ steps.generator.outputs.features }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"

- run: python3 ./tools/features.py
id: generate-matrix
- uses: TheHackerApp/feature-powerset-action@main
id: generator

library:
name: Library (${{ matrix.features }})
Expand Down
19 changes: 0 additions & 19 deletions tools/features.py

This file was deleted.

0 comments on commit a6b2789

Please sign in to comment.