turtleDeng пре 5 година
родитељ
комит
9a7dd4579e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .github/workflows/run_test_case.yaml

+ 3 - 0
.github/workflows/run_test_case.yaml

@@ -16,8 +16,11 @@ jobs:
         - name: Run tests
         - name: Run tests
           run: |
           run: |
             make xref
             make xref
+            rm -f rebar.lock
             make eunit
             make eunit
+            rm -f rebar.lock
             make ct
             make ct
+            rm -f rebar.lock
             make cover
             make cover
         - name: Coveralls
         - name: Coveralls
           env:
           env: