Skip to content

Commit

Permalink
Upgrade Percy
Browse files Browse the repository at this point in the history
  • Loading branch information
mupkoo committed Sep 2, 2021
1 parent 5c053bd commit 98a394f
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 56 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: yarn lint

- name: Test
run: npx percy exec -- yarn test
run: yarn run percy exec -- yarn test
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}

Expand Down
7 changes: 5 additions & 2 deletions .percy.yml
@@ -1,3 +1,6 @@
version: 1
version: 2
snapshot:
widths: [1280]
widths:
- 1280
discovery:
disable-cache: true
41 changes: 4 additions & 37 deletions README.md
@@ -1,38 +1,5 @@
hex
==============================================================================
# Hex

[Short description of the addon.]


Compatibility
------------------------------------------------------------------------------

* Ember.js v3.20 or above
* Ember CLI v3.20 or above
* Node.js v12 or above


Installation
------------------------------------------------------------------------------

```
ember install hex
```


Usage
------------------------------------------------------------------------------

[Longer description of how to use the addon in apps.]


Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).
[![CI](https://github.com/mupkoo/hex/actions/workflows/ci.yml/badge.svg)](https://github.com/mupkoo/hex/actions/workflows/ci.yml)
[![Build Status](https://mupkoo.semaphoreci.com/badges/hex/branches/master.svg?style=shields&key=2cc751be-4ddb-408f-9946-6db7bf033c21)](https://mupkoo.semaphoreci.com/projects/hex)
[![This project is using Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/b2951898/Hex)
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -39,6 +39,7 @@
"@embroider/test-setup": "^0.43.5",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@percy/cli": "^1.0.0-beta.67",
"@percy/ember": "^3.0.0",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
Expand Down

0 comments on commit 98a394f

Please sign in to comment.