File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,23 @@ jobs:
11
11
test :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/setup-node@v3
14
+ - name : Checkout
15
+ uses : actions/checkout@v3
16
+
17
+ - name : Use Node
18
+ uses : actions/setup-node@v3
16
19
with :
17
20
node-version-file : ' .nvmrc'
18
- cache : ' npm '
21
+
19
22
- run : |
20
23
npm install
21
24
npm run build
25
+
22
26
- run : npm link
23
27
working-directory : ./dist
28
+
24
29
- run : npm link eslint-plugin-testing-library
30
+
25
31
- uses : AriPerkkio/eslint-remote-tester-run-action@v3
26
32
with :
27
33
issue-title : ' Results of weekly scheduled smoke test'
Original file line number Diff line number Diff line change 70
70
"eslint-plugin-prettier" : " ^4.2.1" ,
71
71
"eslint-plugin-promise" : " ^6.1.1" ,
72
72
"eslint-remote-tester" : " ^3.0.0" ,
73
- "eslint-remote-tester-repositories" : " ^0 .0.8 " ,
73
+ "eslint-remote-tester-repositories" : " ^1 .0.0 " ,
74
74
"husky" : " ^8.0.2" ,
75
75
"is-ci" : " ^3.0.1" ,
76
76
"jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments