Skip to content

Commit 0de417e

Browse files
authored
Apply cache policy to every page (#97)
1 parent ee36fb7 commit 0de417e

File tree

5 files changed

+17
-16
lines changed

5 files changed

+17
-16
lines changed

.github/workflows/branch-created.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ jobs:
4747
env:
4848
DATABASE_URL: "mysql://${{ steps.create-password.outputs.dbUsername }}:${{ steps.create-password.outputs.dbPassword }}@${{ steps.create-password.outputs.dbHost }}/trad_archive?sslaccept=strict"
4949
run: |
50+
sleep 30
5051
yarn install --frozen-lockfile
5152
npx prisma db seed

0 commit comments

Comments
 (0)