Skip to content

Commit

Permalink
[ci] remove usage of all-configs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SharzyL authored and sequencer committed May 21, 2024
1 parent 84c93bc commit dd0c27d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: "Test elaborate"
run: |
configArray=( $(jq -r '.configs[]' configgen/all-configs.json) )
configArray=( $(ls configgen/generated | sed 's/\.json$//') )
for cfg in "${configArray[@]}"; do
echo "Building .#t1.${cfg}.ip.rtl"
if ! nix build ".#t1.${cfg}.ip.rtl" -L; then
Expand Down

0 comments on commit dd0c27d

Please sign in to comment.