Skip to content

Commit

Permalink
add test to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Dec 14, 2023
1 parent f8d07c8 commit 111c487
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jobs:
cache-dependency-path: ./webapp/yarn.lock
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test
17 changes: 17 additions & 0 deletions webapp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog
<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.2.1] 2023-12-05
### Added
- Run test in CI

## [0.2.0] 2023-12-04
### Added
- adaptor
- Unit test

## [0.1.3] 2023-12-01
### Fixed
- Bug: The case when there is more than one variable in message-id

## [0.1.2] 2023-12-01
### Changed
- in memory translate object become flat object of message id and text

## [0.1.1] 2023-11-24
### Changed
- fix PR name and commit message
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lyra-webapp",
"version": "0.1.1",
"version": "0.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 111c487

Please sign in to comment.