Skip to content

Merge pull request #457 from getsentry/craft-release-4ae170bca6c127f5… #1000

Merge pull request #457 from getsentry/craft-release-4ae170bca6c127f5…

Merge pull request #457 from getsentry/craft-release-4ae170bca6c127f5… #1000

Workflow file for this run

name: test
on:
pull_request:
push:
branches: [main, test-me-*]
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
- run: pip install tox
- run: tox -e py