mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
Remove actions we aren't using yet.
This commit is contained in:
parent
9e1442ec13
commit
20e2f244bd
0
.github/workflows/release.yml
vendored
0
.github/workflows/release.yml
vendored
0
.github/workflows/release2.yml
vendored
0
.github/workflows/release2.yml
vendored
29
.github/workflows/tests.yml
vendored
29
.github/workflows/tests.yml
vendored
@ -1,29 +0,0 @@
|
||||
name: Tests
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10", "3.11"]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: cache poetry install
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.local
|
||||
key: poetry-1.2.1
|
||||
- uses: snok/install-poetry@v1
|
||||
with:
|
||||
version: 1.2.1
|
||||
virtualenvs-create: true
|
||||
virtualenvs-in-project: true
|
||||
- run: poetry install --no-interaction
|
||||
- run: poetry run pytest
|
Loading…
x
Reference in New Issue
Block a user