raphamorim/react-ape

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

Open

#126 opened on 2022年6月30日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)JavaScript (47 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,574 stars)
PR merge metrics
 (PR metrics pending)

説明

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]

コントリビューターガイド