Skip to content

Commit

Permalink
add self test
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnv1 committed Jan 25, 2024
1 parent 888841e commit 3abf73b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/self-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: self-test

on:
push:
branches: [main, test-me-*]
tags: '*'
pull_request:

jobs:
env:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: kornia/workflows/.github/actions/[email protected]
with:
ref: main

coverage:
runs-on: ubuntu-latest
steps:
- uses: kornia/workflows/.github/actions/[email protected]
with:
ref: main

tests:
runs-on: ubuntu-latest
steps:
- uses: kornia/workflows/.github/actions/[email protected]
with:
ref: main

0 comments on commit 3abf73b

Please sign in to comment.