Skip to content

Commit

Permalink
fix: remove automated screenshots update
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Freisler <jakub@frsource.org>
  • Loading branch information
FRSgit committed Jun 27, 2022
1 parent b8af2ed commit acb3ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,12 @@ jobs:
runs-on: ubuntu-latest
needs: cache
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}
token: ${{ secrets.GH_COMMIT_TOKEN }}
fetch-depth: 0
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: remove git auth
run: git config --unset http.https://github.com/.extraheader
- name: Configure Yarn cache
uses: actions/cache@v3
with:
Expand All @@ -103,12 +101,6 @@ jobs:
run: yarn test:e2e:ci
- name: Test component-testing
run: yarn test:ct:ci
- run: |
git config user.name FRSgit
git config user.email kkkubas@o2.pl
git add ./\*.png
git commit -m "chore: update CI screenshots"
git push

build-and-release:
name: build and release
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:open": "vue-cli-service test:e2e --env \"pluginVisualRegressionImagesDir=__image_snapshots_local__\"",
"test:run": "vue-cli-service test:e2e --env \"pluginVisualRegressionUpdateImages=true\"",
"test:run": "vue-cli-service test:e2e",
"test:ct": "yarn test:open --component",
"test:ct:ci": "yarn test:run --component --headless",
"test:e2e": "yarn test:open --e2e",
Expand Down

0 comments on commit acb3ef0

Please sign in to comment.