Skip to content

Commit aa5d528

Browse files
Merge branch 'main' into mk/workspace
2 parents 1ef7c1e + eb35615 commit aa5d528

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/test.yml

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

33
on:
4+
pull_request:
45
push:
56
branches: [main]
6-
pull_request:
7+
schedule:
8+
- cron: '0 0 * * *'
79

810
jobs:
911
build:
@@ -57,6 +59,7 @@ jobs:
5759
node-version: 12
5860
fail-fast: false
5961

62+
if: github.ref_name == 'main'
6063
steps:
6164
- uses: actions/checkout@v2
6265
- name: Installing with latest Node.js

demos/nx-next-monorepo-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@nrwl/tao": "13.4.6",
2929
"@nrwl/web": "13.4.6",
3030
"@nrwl/workspace": "13.4.6",
31-
"@testing-library/react": "12.1.4",
31+
"@testing-library/react": "12.1.5",
3232
"@testing-library/react-hooks": "7.0.2",
3333
"@types/jest": "27.4.0",
34-
"@types/node": "16.11.26",
34+
"@types/node": "16.11.27",
3535
"@types/react": "17.0.44",
3636
"@types/react-dom": "17.0.14",
3737
"@typescript-eslint/eslint-plugin": "~5.10.0",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)