raphamorim/react-ape

fix publish GH workflow: publish and tests should not run tests twice

Open

#126 建立於 2022年6月30日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)JavaScript (47 fork)github user discovery
good first issue

倉庫指標

Star
 (1,574 star)
PR 合併指標
 (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]

貢獻者指南