Rename Update the name as
@@ -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
@@ -5,7 +5,7 @@ on:
- Danger:
+ Test-OS-X-Platform:
runs-on: macos-latest
env:
TEST_REPORTS: /tmp/test-results