feat(ci): cache github workflow actions (#804)

This commit is contained in:
Lucas Smith
2024-03-05 10:04:06 +11:00
committed by GitHub
9 changed files with 154 additions and 39 deletions
+2 -1
View File
@@ -27,7 +27,8 @@
"cache": false
},
"test:e2e": {
"dependsOn": ["^build"]
"dependsOn": ["^build"],
"cache": false
}
},
"globalDependencies": ["**/.env.*local"],