1
0

linux-tests.yml 374 B

12345678910111213141516
  1. name: Test Linux Platform
  2. on:
  3. pull_request:
  4. branches:
  5. - stable
  6. jobs:
  7. Test-Linux-Platform:
  8. runs-on: ubuntu-latest
  9. container:
  10. image: swift:5.2
  11. options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined
  12. steps:
  13. - uses: actions/checkout@v2
  14. - name: Run Unit Tests
  15. run: swift test