浏览代码

ci: make $PROFILE instead of make $PROFILE-compile

Ivan Dyachkov 2 年之前
父节点
当前提交
6093f03cb9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/_pr_entrypoint.yaml

+ 1 - 1
.github/workflows/_pr_entrypoint.yaml

@@ -91,7 +91,7 @@ jobs:
           ENABLE_COVER_COMPILE: 1
         run: |
           make ensure-rebar3
-          make ${PROFILE}-compile
+          make ${PROFILE}
           make test-compile
           zip -ryq $PROFILE.zip .
       - uses: actions/upload-artifact@v3