Skip to content

Commit

Permalink
Action tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Dec 3, 2024
1 parent 393ff42 commit 29b19d9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ name: Build and Publish
on:
push:

env:
IMAGE_NAME: polybot

jobs:
test:
runs-on: ubuntu-22.04
Expand All @@ -16,8 +13,10 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: uv.lock
- name: Install python
run: uv python install
- name: "Set up Python"
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- name: Run tests
run: |
uv run ruff check
Expand Down

0 comments on commit 29b19d9

Please sign in to comment.