Skip to content

Commit

Permalink
Setup GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 12, 2023
1 parent 2bb9feb commit ec02c94
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 37 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test

on: [push, pull_request]

jobs:
run-tests:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: SublimeText/UnitTesting/actions/setup@v1
- uses: SublimeText/UnitTesting/actions/run-tests@v1
23 changes: 0 additions & 23 deletions .travis.yml

This file was deleted.

14 changes: 0 additions & 14 deletions appveyor.yml

This file was deleted.

0 comments on commit ec02c94

Please sign in to comment.