Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1554d6b commit 5b81b29Copy full SHA for 5b81b29
.github/workflows/ci.yaml
@@ -587,8 +587,8 @@ jobs:
587
# We only use the embedded Postgres cache on macOS and Windows runners.
588
if: runner.OS == 'macOS' || runner.OS == 'Windows'
589
with:
590
- cache-key: ${{ steps.download-embedded-pg.outputs.cache-key }}
591
- cache-path: ${{ steps.download-embedded-pg-cache.outputs.cached-dirs }}
+ cache-key: ${{ steps.download-embedded-pg-cache.outputs.cache-key }}
+ cache-path: "${{ steps.embedded-pg-cache.outputs.embedded-pg-cache }}"
592
593
- name: Upload test stats to Datadog
594
timeout-minutes: 1
0 commit comments