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 committed May 20, 2024
1 parent db27f63 commit ad22c22
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 ad22c22

Please sign in to comment.