test.yml 322 B

12345678910111213141516171819
  1. name: "test-local"
  2. on:
  3. pull_request:
  4. push:
  5. branches:
  6. - master
  7. - 'releases/*'
  8. jobs:
  9. test:
  10. strategy:
  11. matrix:
  12. os: [windows-latest, ubuntu-latest, macOS-latest]
  13. runs-on: ${{ matrix.os }}
  14. steps:
  15. - uses: actions/checkout@master
  16. - uses: ./
  17. with:
  18. ref: master