1
0
stack-orchestrator/.gitea/workflows/test.yml
David Boreham 060ac520e4 Bump CI
Former-commit-id: e7a4de594056e85542bc69d4451498d7266e9511
2023-04-06 13:24:17 -06:00

26 lines
566 B
YAML

name: Tests
on:
pull_request:
branches: '*'
push:
branches: '*'
jobs:
test:
name: "Run basic test suite"
runs-on: ubuntu-latest
steps:
- name: "Clone project repository"
uses: actions/checkout@v3
- name: "Install Python"
uses: cerc-io/setup-python@v4
with:
python-version: '3.8'
- name: "Check Python version"
run: python3 --version
- name: "Install shiv"
run: pip install shiv
- name: "Build local shiv package"
run: ./scripts/build_shiv_package.sh