Caching is hard

This commit is contained in:
zomars
2023-02-24 12:45:49 -07:00
parent a8a10c0f35
commit cc4192817b
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -49,6 +49,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/yarn-install
- uses: ./.github/actions/cache-db
with:
DATABASE_URL: ${{ env.DATABASE_URL }}
- uses: ./.github/actions/yarn-build
with:
# GitHub Composite actions cannot read secrets, we have to pass them in here
@@ -80,6 +83,3 @@ jobs:
NEXT_PUBLIC_IS_E2E: ${{ env.NEXT_PUBLIC_IS_E2E }}
TURBO_TOKEN: ${{ env.TURBO_TOKEN }}
TURBO_TEAM: ${{ env.TURBO_TEAM }}
- uses: ./.github/actions/cache-db
with:
DATABASE_URL: ${{ env.DATABASE_URL }}