generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove dupe ftl.rpc metrics (#2242)
- Loading branch information
1 parent
85b08ae
commit 6061d00
Showing
2 changed files
with
34 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,10 @@ runs: | |
- id: find-go-build-cache | ||
shell: bash | ||
run: echo "cache=$(go env GOCACHE)" >> $GITHUB_OUTPUT | ||
- name: Cache Docker Images | ||
uses: ScribeMD/[email protected] | ||
with: | ||
key: docker-${{ runner.os }}-${{ hashFiles('docker-compose.yaml') }} | ||
- name: Restore Go Modules Cache | ||
id: cache-go-modules | ||
uses: actions/cache/restore@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters