Skip to content

Commit

Permalink
wip! more debugging2
Browse files Browse the repository at this point in the history
  • Loading branch information
tsibley committed Feb 14, 2024
1 parent 3aadd8d commit 0d4eff5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ $(build)/workflow-runs.html: $(build)/workflow-runs.json $(build)/workflow-runs.
./generate.js > $@

$(build)/workflow-runs.json: $(build)/%.json: %.sql | $(build)
./steampipe-psql -c '\dn' -c 'show search_path'
./steampipe-psql --quiet --no-align --tuples-only --set=ON_ERROR_STOP= < $< > $@

$(build)/workflow-runs.%: workflow-runs.% | $(build)
Expand Down

0 comments on commit 0d4eff5

Please sign in to comment.