Skip to content

Commit e733678

Browse files
committed
chore: update windows and ubuntu workflows
1 parent 99563d4 commit e733678

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/Ubuntu.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- develop
88

99
jobs:
10-
build-test:
10+
build:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
@@ -22,7 +22,4 @@ jobs:
2222
run: swift --version
2323

2424
- name: Build project
25-
run: swift build
26-
27-
- name: Run tests
28-
run: swift test
25+
run: swift build

.github/workflows/Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- develop
77

88
jobs:
9-
Test:
9+
build:
1010
name: Execute tests on Windows
1111
runs-on: windows-latest
1212
steps:

0 commit comments

Comments
 (0)