Skip to content

Commit fe9e039

Browse files
committed
Rename the jobs
Rename Update the name as
1 parent 5e8e5f2 commit fe9e039

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
- stable
66

77
jobs:
8-
Tests:
8+
Test-Linux-Platform:
99
runs-on: ubuntu-latest
1010
container: swift:5.1
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Run Unit Tests
14-
run: swift test
14+
run: swift test

.github/workflows/macos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- stable
66

77
jobs:
8-
Danger:
8+
Test-OS-X-Platform:
99
runs-on: macos-latest
1010
env:
1111
TEST_REPORTS: /tmp/test-results

0 commit comments

Comments
 (0)