-
mainブランチにマージした場合はデプロイまで行うため、GitHubActionsの修正が必要
フロントエンドのデプロイとバックエンドのデプロイの両方が必要。
-
I think it would be good if a[ datapackage validation](https://github.com/frictionlessdata/frictionless-py/blob/master/tests/validate/test_schema.py) is added as CI rule to the repository. The OpenEne…
-
# Background
StorybookのCI化を行いたい
リモートでStorybookを共有できるようにしたい
# Overview
chromaticの導入とGithubActionsの設定を行う
# Goal
- chromaticの導入
- GithubActionsの設定
# Info
chromaticは5000ビルド/月は無料らしい
…
-
I have a package where the CI uses BenchmarkTools.jl, and there is some logging with level -1 (see [log level definition](https://github.com/JuliaCI/BenchmarkTools.jl/blob/d926110b44df6e17edea28b522be…
-
- `push` したらESLintを実行する。
- `merge` されたらbuildしてdeployする。
-
### Description
Following up wrt this: https://github.com/jsuarezruiz/maui-linux/issues/90#issuecomment-2293274560
### Public API Changes
- Each commit in the `main` branch would map to a prereleas…
-
### Steps to reproduce
![image](https://github.com/user-attachments/assets/ceef8eb4-403a-4d64-bc0e-a755e75a8edc)
### Outcome
#### What did you expect?
#### What happened instead?
### Your p…
-
Run upptime/uptime-monitor@v1.36.4
Error: /home/githubactions/actions-runner/_work/_actions/upptime/uptime-monitor/v1.36.4/dist/lib/binding/node_libcurl.node: cannot open shared object file: No such …
-
-
Conversation from #23:
> > Can I do checks in CI from GitHubAction? I understand this a little.
>Yes, it's a good idea, we require CI for writing and executing tests.
About writing tests, from …