Skip to content

Commit

Permalink
chore: Add Bundlemon to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Merkur39 committed Oct 18, 2024
1 parent 6aa72df commit c293373
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
MATTERMOST_CHANNEL: '{"dev":"papillon","beta":"papillon,publication","stable":"papillon,publication"}'
MATTERMOST_HOOK_URL: ${{ secrets.MATTERMOST_HOOK_URL }}
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
BUNDLEMON_PROJECT_ID: ${{ secrets.BUNDLEMON_PROJECT_ID }}

jobs:
build:
Expand All @@ -33,6 +34,8 @@ jobs:
run: yarn test
- name: Build
run: yarn build
- name: BundleMon
uses: lironer/bundlemon-action@v1
- name: Set SSH for downcloud
uses: webfactory/ssh-agent@v0.9.0
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"babel-preset-cozy-app": "^2.1.0",
"bundlemon": "1.4.0",
"cozy-scripts": "^8.2.0",
"eslint": "8.48.0",
"eslint-config-cozy-app": "6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4029,7 +4029,7 @@ bundlemon-utils@^1.0.0:
dependencies:
bytes "^3.1.0"

bundlemon@^1.3.2:
bundlemon@1.4.0, bundlemon@^1.3.2:
version "1.4.0"
resolved "https://registry.yarnpkg.com/bundlemon/-/bundlemon-1.4.0.tgz#5593e00cd913e638f69a489d4d97a9abecdac85d"
integrity sha512-A5mzeMZrnUzKNNo8ng1PFlxZr57XM2HDsaX07kJ1u59BDWn2JFYNeUIUSXhmLdoqBHK9Ln7wTLXDnoqOlcJP5A==
Expand Down

0 comments on commit c293373

Please sign in to comment.