Explorar o código

Create the Linux Tests workflow

Victor Sigler %!s(int64=6) %!d(string=hai) anos
pai
achega
2d7fc8482a
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      .github/workflows/linux-tests.yml

+ 14 - 0
.github/workflows/linux-tests.yml

@@ -0,0 +1,14 @@
+name: Test Linux Platform
+on:
+  pull_request:
+    branches:
+        - stable
+
+jobs:
+  Tests:
+    runs-on: ubuntu-latest
+    container: swift:5.1
+    steps:
+      - uses: actions/checkout@v2
+      - name: Run Unit Tests
+        run: swift test