Skip to content

Commit

Permalink
fix: also use autogenerated list of features in test-scenarios job
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 committed Aug 11, 2024
1 parent 3f7d921 commit b36bf65
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -63,13 +63,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
features:
- burp-suite
- coder
- cutter
- ghidra
- lib-common
- lib-github
features: ${{ fromJSON(needs.changes.outputs.features) }}
steps:
- uses: actions/checkout@v4

0 comments on commit b36bf65

Please sign in to comment.