소스 검색

Merge pull request #370 from eza-community/cafk-attemps

ci(unit-tests): fix spelling attemps -> attempts
Christina Sørensen 2 년 전
부모
커밋
7bea549e8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -43,7 +43,7 @@ jobs:
         uses: nick-fields/retry@v2
         with:
           timeout_minutes: 5
-          max_attemps: 5
+          max_attempts: 5
           command: cargo install cargo-hack
 
       - name: Run unit tests