Emilien Escalle
43a233a413
ci: fix workflow permissions
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-02 11:17:30 +02:00
Emilien Escalle
43ee4ae897
ci: upgrade github actions
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-02 10:37:31 +02:00
dependabot[bot]
d6cb5a19de
chore(deps): bump the github-actions-dependencies group with 2 updates
...
Bumps the github-actions-dependencies group with 2 updates: [hoverkraft-tech/ci-github-nodejs](https://github.com/hoverkraft-tech/ci-github-nodejs ) and [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common ).
Updates `hoverkraft-tech/ci-github-nodejs` from 0.3.2 to 0.4.2
- [Release notes](https://github.com/hoverkraft-tech/ci-github-nodejs/releases )
- [Commits](https://github.com/hoverkraft-tech/ci-github-nodejs/compare/0.3.2...0.4.2 )
Updates `hoverkraft-tech/ci-github-common` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases )
- [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.12.0...0.12.1 )
---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-nodejs
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
- dependency-name: hoverkraft-tech/ci-github-common
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 23:26:25 +01:00
Emilien Escalle
0a6ea0e8cd
feat: migrate to node20 and typescritp
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-29 23:15:24 +01:00
Emilien Escalle
498d75a404
ci: add stale workflow
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 15:01:07 +01:00
Emilien Escalle
4c21f9e53d
ci: fix remade generator
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 14:35:15 +01:00
Emilien Escalle
e3871b5460
docs: finalize README auto-generation
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 14:26:09 +01:00
Emilien Escalle
e16b76985c
ci: auto-generate README
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 13:59:59 +01:00
dependabot[bot]
bc5a3e3ee6
chore(deps): bump the github-actions-dependencies group with 1 update
...
Bumps the github-actions-dependencies group with 1 update: [hoverkraft-tech/ci-github-common](https://github.com/hoverkraft-tech/ci-github-common ).
Updates `hoverkraft-tech/ci-github-common` from 0.11.2 to 0.12.1
- [Release notes](https://github.com/hoverkraft-tech/ci-github-common/releases )
- [Commits](https://github.com/hoverkraft-tech/ci-github-common/compare/0.11.2...0.12.1 )
---
updated-dependencies:
- dependency-name: hoverkraft-tech/ci-github-common
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 12:49:05 +01:00
Emilien Escalle
1a133c6d1c
ci: refactor worflows
...
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-03-26 12:44:32 +01:00
Il Sub Bang (ethan)
32a62d9746
chore: apply styling ( #10 )
...
* chore: use eslint and prettier
* chore: add ci test for eslint and prettier
* remove node_modules
* add missing npm install
2022-10-05 18:15:19 +09:00
Emilien Escalle
f11945c961
feat: add support for compose env variables ( #9 )
...
Co-authored-by: Emilien Escalle <emilien.escalle@escemi.com>
2022-10-05 16:36:36 +09:00
Emilien Escalle
234ccc8f01
feat: supports multiple compose files ( #8 )
...
Co-authored-by: Emilien Escalle <emilien.escalle@escemi.com>
2022-10-05 16:32:01 +09:00
Razvan
ada3c6c7cd
feat: add support for compose flags ( #7 )
...
Add support for options (eg: --profile) to be passed to docker-compose.
2022-08-27 15:12:55 +09:00
Il Sub Bang (ethan)
9ea84e60c1
fix: broken action ( #6 )
...
* fix: broken action test
* fix: run npm install
* fix: add missing node_modules
* fix: invalid option creating
* fix: add missing composeFile parameter
* fix: change test order
* WIP: add debug code
* WIP: fix main.js
* WIP: fix action
* WIP: debug
* WIP: debug
* fix: remove double quote
2022-06-08 00:02:09 +09:00
Il Sub Bang
1384e73b4c
feat(test): update action trigger option
2022-06-07 22:53:29 +09:00
Ricardo J González C
2331a56248
Update documentation
2022-06-03 12:06:13 -05:00
Ricardo J González C
b6484cf1ad
Add missing details
2022-06-01 19:33:54 -05:00
isbang
db7c16927a
test: update test
2021-04-25 12:04:35 +09:00
Thorrak
95610cce4b
Clarify option name, add test volume to docker-compose.yml file
2021-04-24 09:24:22 -04:00
Thorrak
41bd5b12bd
Add down-options configuration option
...
This new, optional configuration parameter allows for the specification of flags to be passed to the `docker-compose down` command. This is primarily intended to be used for passing the `--volumes` flag whith instructs docker-compose to also delete persistent volumes.
2021-04-23 09:54:17 -04:00
isbang
8df5a46582
fix: add checkout before test action
2020-11-02 14:24:11 +09:00
isbang
5eed63a280
feat: init compose action
2020-11-02 14:20:02 +09:00