We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea6ac5 commit 13d428fCopy full SHA for 13d428f
.github/workflows/release.yml
@@ -9,8 +9,6 @@ jobs:
9
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
10
steps:
11
- uses: actions/checkout@v2
12
- with:
13
- fetch-depth: 10 # 👈 Required to retrieve git history
14
15
- name: Prepare repository
16
run: git fetch --unshallow --tags
@@ -35,6 +33,7 @@ jobs:
35
33
run: |
36
34
yarn install --frozen-lockfile 2>&1 | grep -v '^[warning|info]'
37
yarn build
+ yarn test
38
yarn release
39
# - name: Publish to Chromatic
40
# uses: chromaui/action@v1
0 commit comments