فهرست منبع

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
           ENABLE_COVER_COMPILE: 1
         run: |
         run: |
           make ensure-rebar3
           make ensure-rebar3
-          make ${PROFILE}-compile
+          make ${PROFILE}
           make test-compile
           make test-compile
           zip -ryq $PROFILE.zip .
           zip -ryq $PROFILE.zip .
       - uses: actions/upload-artifact@v3
       - uses: actions/upload-artifact@v3