g0v.social 為許多獨立的 Mastodon 伺服器之一,您能透過該伺服器參與聯邦宇宙。
去中心化社群架設的去中心化社群網站。宇宙小酒館。請遵守社群守則 https://g0v.social/about/more Our mantra: https://devpoga.org/blog/2023-01-22_mantra_g0v_social/

管理者:

伺服器統計:

825
活躍使用者

zetavg :verified:

First GitHub Action published!

在開發含有大量 packages (且不斷增加中) 的 yarn workspaces 專案時,可能會因為加入新 package 的時候忘記更新 GitHub action 去跑它的 unit test,導致在 CI 漏測了某些 package。使用這個 action 加上 GitHub action 的 dynamic matrix,就可以自動將所有有 test script 的 package 都開個 job 拿去跑 test 啦!

github.com/marketplace/actions

(另一個 alternative solution 是 yarn workspaces foreach,但分開 job 來跑的話結果會比較好讀?只是缺點是每個 job 啟動後都要跑一次 yarn install,雖然有 cache、也可以改用 yarn workspaces focus ⋯⋯)

GitHubYarn Workspaces List - GitHub MarketplaceOutputs a list of Yarn Workspace which matches a certain condition