Skip to content

Commit

Permalink
ci: tweak ups (#403)
Browse files Browse the repository at this point in the history
* ci: enable gh-actions ci

* ci: update gh-pages commit message
  • Loading branch information
antongolub authored Apr 5, 2021
1 parent 9d204ab commit 4f31018
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci._yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
name: target
retention-days: 1
path: |
packages/**/lib
packages/**/styleguide
!packages/*/node_modules
!packages/*/src
packages
lerna.json
test_push:
needs: build
Expand All @@ -67,6 +69,7 @@ jobs:
yarn bootstrap
- name: Unit test only
run: yarn test:unit

# - name: Push coverage
# if: github.ref == 'refs/heads/master'
# uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -116,6 +119,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false

- name: Restore target
uses: actions/download-artifact@v2
with:
Expand All @@ -134,7 +140,7 @@ jobs:

- name: Multi-semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_USER: 'qiwibot'
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_EMAIL: '[email protected]'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/desktop/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
branch: 'gh-pages',
from: './styleguide/lib',
to: './desktop',
message: 'update pijma-desktop docs'
message: 'update docs ${nextRelease.gitTag}',
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/.releaserc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
branch: 'gh-pages',
from: './styleguide/lib',
to: './mobile',
message: 'update pijma-mobile docs',
message: 'update docs ${nextRelease.gitTag}',
}
}
],
Expand Down

0 comments on commit 4f31018

Please sign in to comment.