Skip to content

Commit 2d7fc84

Browse files
committed
Create the Linux Tests workflow
1 parent abc4a02 commit 2d7fc84

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/linux-tests.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Test Linux Platform
2+
on:
3+
pull_request:
4+
branches:
5+
- stable
6+
7+
jobs:
8+
Tests:
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

0 commit comments

Comments
 (0)