Skip to content

Commit 2fc7a2d

Browse files
committed
Remove PyPI release workflow for now (WIP), add unit tests workflow
1 parent 49f4882 commit 2fc7a2d

2 files changed

Lines changed: 17 additions & 41 deletions

File tree

.github/workflows/release-trusted-publisher.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Tests
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
branches: [main]
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v4
15+
with:
16+
python-version: '3.11'
17+
- run: python -m unittest logslop_test

0 commit comments

Comments
 (0)