This commit is contained in:
Guilhem Saurel
2023-03-07 13:26:35 +01:00
parent b71ef4af2e
commit 0636d9edef

View File

@@ -1,14 +1,13 @@
name: Test entrypoints name: Test entrypoints
on: [push, pull_request] on: [push, pull_request]
jobs: jobs:
tests: test-entrypoints:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-python@v4 - uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.10'
cache: pip
- run: python -m pip install -U pip - run: python -m pip install -U pip
- run: python -m pip install . - run: python -m pip install .
- run: matrix-webhook -h - run: matrix-webhook -h