Skip to content

Commit 28d0ef8

Browse files
committed
chore: use latest just version
1 parent 07bd6a5 commit 28d0ef8

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
python-version: ${{ matrix.python-version }}
3636

3737
- uses: extractions/setup-just@v3
38-
with:
39-
just-version: 1.5.0 # optional semver specification, otherwise latest
40-
38+
4139
- name: Run Tests
4240
run: just ci
4341

justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ default:
1111
@just --list
1212

1313
[doc("Run all available tests")]
14-
test: realtime::test && supabase::test
14+
test: realtime::test supabase::test
1515

1616
[doc("Run pre-commit on all files")]
1717
pre-commit:
1818
uv run pre-commit run --all-files
1919

2020
[doc("Run CI tests")]
21-
ci: pre-commit && test
21+
ci: pre-commit test

0 commit comments

Comments
 (0)