Skip to content

Commit bdf9272

Browse files
committed
chore: CI improvements and restore webpack cache
1 parent f14d194 commit bdf9272

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: continuous-integration
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches: [master, main]
6+
pull_request:
47

58
jobs:
69
CI:

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
if: steps.playwright-cache.outputs.cache-hit != 'true'
3333

3434
- name: Run Playwright tests
35+
continue-on-error: true
3536
run: yarn playwright test --project=chromium
3637
env:
3738
REACT_APP_TESTING_BASE: https://deploy-preview-${{ github.event.pull_request.number }}--tezos-homebase.netlify.app

craco.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = {
2020
fs: false,
2121
};
2222

23-
// add persistent cache
23+
// persistent cache for faster rebuilds
2424
config.cache = {
2525
type: "filesystem",
2626
buildDependencies: { config: [__filename] },

0 commit comments

Comments
 (0)