Skip to content

Commit

Permalink
Merge branch 'main' into show-on-progressive-sync
Browse files Browse the repository at this point in the history
  • Loading branch information
alexymantha authored Dec 21, 2023
2 parents 9b82842 + 7a9c7eb commit 1277fab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ui
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: cd ui
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.0.0
with:
name: extension.tar.gz
# A file, directory or wildcard pattern that describes what to upload
path: ui/extension.tar.gz
if-no-files-found: error
compression-level: 9
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/alexymantha/argocd-progressive-sync-extension/compare/v1.0.0...v1.0.1) (2023-12-20)


### Bug Fixes

* add checksum ([38fbab8](https://github.com/alexymantha/argocd-progressive-sync-extension/commit/38fbab83268955bd24771ba21540c0926b8183c9))

## 1.0.0 (2023-12-20)


Expand Down

0 comments on commit 1277fab

Please sign in to comment.