We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99563d4 commit e733678Copy full SHA for e733678
2 files changed
.github/workflows/Ubuntu.yml
@@ -7,7 +7,7 @@ on:
7
- develop
8
9
jobs:
10
- build-test:
+ build:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout code
@@ -22,7 +22,4 @@ jobs:
22
run: swift --version
23
24
- name: Build project
25
- run: swift build
26
-
27
- - name: Run tests
28
- run: swift test
+ run: swift build
.github/workflows/Windows.yml
@@ -6,7 +6,7 @@ on:
6
- Test:
name: Execute tests on Windows
runs-on: windows-latest
0 commit comments