raphamorim/react-ape
fix publish GH workflow: publish and tests should not run tests twice
开放
#126 创建于 2022年6月30日
good first issue
仓库指标
- 星标
- (1,574 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Currently the Publish workflow runs together with test, executing the same yarn ci (running tests again) it shouldn't be happening. Should wait for the test workflow check and the follow up with publish.
There's few approaches that could fix it:
- check if the tests have passed
- move the publish workflow to tests as a step but only runs if commit message have
[publish]