فهرست منبع

ci: cache dialyzer plt

Ivan Dyachkov 2 سال پیش
والد
کامیت
f21d012532
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      .github/workflows/run_test_cases.yaml

+ 5 - 0
.github/workflows/run_test_cases.yaml

@@ -69,6 +69,11 @@ jobs:
       - uses: actions/checkout@v3
         with:
           path: source
+      - uses: actions/cache@v3
+        id: cache
+        with:
+          path: "$HOME/.cache/rebar3/rebar3_${{ matrix.otp }}_plt"
+          key: rebar3-dialyzer-plt-${{ matrix.otp }}
       - name: get_all_deps
         working-directory: source
         env: