Skip to content

Commit

Permalink
Fix jsonnet_files wildcard
Browse files Browse the repository at this point in the history
Just a typo in a path.

Signed-off-by: Tristan Partin <[email protected]>
  • Loading branch information
tristan957 authored Oct 15, 2024
1 parent 18f4e5f commit be5d6a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compute/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
jsonnet_files = $(wildcard etc/*.jsonnet etc/*.libsonnet)
jsonnet_files = $(wildcard \
etc/*.jsonnet \
etc/sql_exporter/*.libsonnet)

.PHONY: all
all: neon_collector.yml neon_collector_autoscaling.yml sql_exporter.yml sql_exporter_autoscaling.yml
Expand Down

1 comment on commit be5d6a6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5290 tests run: 5073 passed, 0 failed, 217 skipped (full report)


Flaky tests (2)

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 31.3% (7552 of 24108 functions)
  • lines: 49.2% (60436 of 122909 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
be5d6a6 at 2024-10-15T23:15:12.970Z :recycle:

Please sign in to comment.