👷 Add a build pass to the CI

This commit is contained in:
TrickyPR 2022-12-26 18:41:18 +11:00
parent 44bfa1ba76
commit 8cad805199
2 changed files with 7 additions and 2 deletions

View file

@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Test
run: yarn test

View file

@ -5,7 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0-rc.4]
## [Unreleased]
## [1.0.0-rc.5]
### Fixed
@ -68,7 +70,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial beta release
[1.0.0-rc.4]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.3...v1.0.0-rc.4
[1.0.0-rc.5]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.3...v1.0.0-rc.4
[1.0.0-rc.3]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.2...v1.0.0-rc.3
[1.0.0-rc.2]: https://github.com/pulse-browser/gluon/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/pulse-browser/gluon/compare/v1.0.0-a.2...v1.0.0-rc.1