We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e8e5f2 commit fe9e039Copy full SHA for fe9e039
.github/workflows/linux-tests.yml
@@ -5,10 +5,10 @@ on:
5
- stable
6
7
jobs:
8
- Tests:
+ Test-Linux-Platform:
9
runs-on: ubuntu-latest
10
container: swift:5.1
11
steps:
12
- uses: actions/checkout@v2
13
- name: Run Unit Tests
14
- run: swift test
+ run: swift test
.github/workflows/macos-tests.yml
@@ -5,7 +5,7 @@ on:
- Danger:
+ Test-OS-X-Platform:
runs-on: macos-latest
env:
TEST_REPORTS: /tmp/test-results
0 commit comments