瀏覽代碼

ci(unit-tests): fix spelling attemps -> attempts

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen 2 年之前
父節點
當前提交
c4d83e2498
共有 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