1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 11:34:18 +00:00
royalnet/.github/workflows/tests.yml

43 lines
843 B
YAML
Raw Normal View History

name: "Test suite"
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
workflow_call:
defaults:
run:
shell: bash
jobs:
2022-08-15 00:45:40 +00:00
compileall:
name: "🧪 Test package using compileall"
runs-on: ubuntu-latest
steps:
- name: "⬇️ Checkout repository"
uses: actions/checkout@v3
2022-08-15 00:45:40 +00:00
- name: "🔨 Setup Python"
uses: actions/setup-python@v3
2022-08-15 00:45:40 +00:00
with:
python-version: '3.10'
- name: "🔨 Setup Poetry"
uses: abatilo/actions-poetry@v2.1.5
2022-08-15 00:45:40 +00:00
- name: "🔨 Setup Poetry Python environment"
id: pyenv
uses: Steffo99/actions-poetry-deps@v0.2.4
2022-08-15 00:45:40 +00:00
- name: "🧪 Run check"
run: |
source ${{ steps.pyenv.outputs.pyenv }}/activate
2022-08-15 00:45:40 +00:00
python -m compileall royalpack