瀏覽代碼

Rename the jobs

Rename

Update the name

as
Victor Sigler 6 年之前
父節點
當前提交
fe9e039238
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      .github/workflows/linux-tests.yml
  2. 1 1
      .github/workflows/macos-tests.yml

+ 2 - 2
.github/workflows/linux-tests.yml

@@ -5,10 +5,10 @@ on:
         - stable
 
 jobs:
-  Tests:
+  Test-Linux-Platform:
     runs-on: ubuntu-latest
     container: swift:5.1
     steps:
       - uses: actions/checkout@v2
       - name: Run Unit Tests
-        run: swift test
+        run: swift test

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

@@ -5,7 +5,7 @@ on:
         - stable
 
 jobs:
-  Danger:
+  Test-OS-X-Platform:
     runs-on: macos-latest
     env:
       TEST_REPORTS: /tmp/test-results