Test semantic

This commit is contained in:
alexsanderp
2022-02-08 15:03:35 -03:00
parent 29d95a714e
commit 9d019e5751
2 changed files with 4 additions and 23 deletions
+4 -4
View File
@@ -25,7 +25,7 @@ jobs:
export ENV=test
docker-compose -f build.docker-compose.yml build
#
# - name: Run Test
# run: |
# export ENV=test
# docker-compose run --rm maestro npm run test
- name: Run Test
run: |
export ENV=test
docker-compose run --rm maestro npm install && npm run test
-19
View File
@@ -1,19 +0,0 @@
# [1.1.0](https://github.com/dadosfera/maestro/compare/v1.0.0...v1.1.0) (2022-02-08)
### Update
* Removing github token ([fcd0d19](https://github.com/dadosfera/maestro/commit/fcd0d19c9af049079970e7fa43869d6664a97549))
# 1.0.0 (2022-02-08)
### New
* Adding semantic versioning ([6a5294c](https://github.com/dadosfera/maestro/commit/6a5294c68bcd0794ecfa52923763468ea48ff7ba))
### Update
* Comment test ([73068a2](https://github.com/dadosfera/maestro/commit/73068a254824f28a6c11740a3312d9a52cbca06c))
* Using dev branch ([f3e1881](https://github.com/dadosfera/maestro/commit/f3e1881c57cff5cfaca38466a9d6bc88ff7e2c5d))
* Using image_tag semantic ([c7f5cd4](https://github.com/dadosfera/maestro/commit/c7f5cd475e43d3cea1a06e46c0651345b2f35e4b))