Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create the Linux Tests workflow
  • Loading branch information
Vkt0r committed Apr 19, 2020
commit 2d7fc8482aa9e5c58e4781fbc3c55b1e7794d7ea
14 changes: 14 additions & 0 deletions .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
@@ -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