File tree 2 files changed +4
-12
lines changed
2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -76,14 +76,12 @@ jobs:
76
76
runs-on : ubuntu-latest
77
77
needs : cache
78
78
steps :
79
- - uses : actions/checkout@v2
80
- with :
81
- repository : ${{ github.repository }}
82
- token : ${{ secrets.GH_COMMIT_TOKEN }}
83
- fetch-depth : 0
79
+ - uses : actions/checkout@v3
84
80
- uses : actions/setup-node@v3
85
81
with :
86
82
node-version : ' 16.x'
83
+ - name : remove git auth
84
+ run : git config --unset http.https://github.com/.extraheader
87
85
- name : Configure Yarn cache
88
86
uses : actions/cache@v3
89
87
with :
@@ -103,12 +101,6 @@ jobs:
103
101
run : yarn test:e2e:ci
104
102
- name : Test component-testing
105
103
run : yarn test:ct:ci
106
- - run : |
107
- git config user.name FRSgit
108
- git config user.email [email protected]
109
- git add ./\*.png
110
- git commit -m "chore: update CI screenshots"
111
- git push
112
104
113
105
build-and-release :
114
106
name : build and release
Original file line number Diff line number Diff line change 6
6
"serve" : " vue-cli-service serve" ,
7
7
"build" : " vue-cli-service build" ,
8
8
"test:open" : " vue-cli-service test:e2e --env \" pluginVisualRegressionImagesDir=__image_snapshots_local__\" " ,
9
- "test:run" : " vue-cli-service test:e2e --env \" pluginVisualRegressionUpdateImages=true \" " ,
9
+ "test:run" : " vue-cli-service test:e2e" ,
10
10
"test:ct" : " yarn test:open --component" ,
11
11
"test:ct:ci" : " yarn test:run --component --headless" ,
12
12
"test:e2e" : " yarn test:open --e2e" ,
You can’t perform that action at this time.
0 commit comments