Skip to content

Commit

Permalink
Merge branch 'main' of github.com:redwoodjs/redwood
Browse files Browse the repository at this point in the history
  • Loading branch information
cannikin committed Mar 18, 2022
2 parents 0d1e19c + 2b400c2 commit a9b6eb9
Show file tree
Hide file tree
Showing 24 changed files with 338 additions and 147,700 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-eslint-jest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Lint, Build & Test
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: ['docs/**']

jobs:
all:
Expand Down Expand Up @@ -34,7 +35,7 @@ jobs:
id: yarn-cache
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: yarn-1234-${{ hashFiles('yarn.lock') }} #change yarn-{randomString} to bust the cache
key: yarn-1235-${{ hashFiles('yarn.lock') }} # Change `yarn-{randomString}` to bust the cache
restore-keys: |
yarn-1234
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Cypress E2E tests
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: ['docs/**']

jobs:
cypress-run:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Smoke test, CLI Checks and Telemetry Benchmarks
on:
pull_request:
types: [opened, synchronize, reopened]
paths-ignore: ['docs/**']

jobs:
smoke-test:
Expand Down
Loading

0 comments on commit a9b6eb9

Please sign in to comment.