Skip to content

Updated project [SKIP-CI] #44

Updated project [SKIP-CI]

Updated project [SKIP-CI] #44

name: Continuous Integration
on:
- push
- pull_request
jobs:
continuous-integration:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
runs-on: ${{ matrix.os }}
steps:
- name: Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
key: ${{ secrets.SSH_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- uses: actions/checkout@v1
- name: Test
run: swift test