Skip to content

Commit f4e6f7c

Browse files
committed
Fix CI
1 parent b9c5bd7 commit f4e6f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: docker/build-push-action@v6
1717
id: build
1818
with:
19-
file: tests/Dockerfile
19+
file: Dockerfile
2020
load: true
2121
- name: Run ruff check
2222
run: docker run --rm ${{ steps.build.outputs.imageid }} poetry run ruff check

0 commit comments

Comments
 (0)