Skip to content

WIP: Add commands plugin with unit tests #1

WIP: Add commands plugin with unit tests

WIP: Add commands plugin with unit tests #1

Workflow file for this run

name: Commands Tests
on:
push:
paths:
- '.github/workflows/commands.yml'
- '**.py'
pull_request:
paths:
- '.github/workflows/commands.yml'
- '**.py'
jobs:
run-tests:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: SublimeText/UnitTesting/actions/setup@v1
with:
sublime-text-version: 4
- uses: SublimeText/UnitTesting/actions/run-tests@v1
with:
coverage: true
- uses: codecov/codecov-action@v3