forked from mozilla/mozilla-django-oidc
-
Notifications
You must be signed in to change notification settings - Fork 0
26 lines (25 loc) · 697 Bytes
/
e2e.yml
File metadata and controls
26 lines (25 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: mozilla-django-oidc e2e tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python_version:
#- "3.9"
#- "3.10"
#- "3.11"
- "3.12"
#- "3.13"
name: Python ${{ matrix.python_version }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python_version }}
- name: Install build
run: pip install build
- name: Build package
run: make sdist
- name: Maybe store as artifact and then run matrix?
run: mv dist/mozilla-django-oidc-* ./mozilla-django-oidc-dev.tar.gz