Skip to content

Commit 09f2baa

Browse files
committed
Use maus007/docker-run-action-fork@v1 to run tests in Docker
The original `addnab/docker-run-action@v3` is no longer maintained. Easiest fix was to switch to `maus007/docker-run-action-fork@v1`.
1 parent f334a37 commit 09f2baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
# TODO: this will fail because the code doesnt pass the lint checks yet.
1818
# Fix the errors and re-enable linters
1919
#- name: Lint
20-
# uses: addnab/docker-run-action@v3
20+
# uses: maus007/docker-run-action-fork@v1
2121
# id: lint
2222
# with:
2323
# image: pycon:latest
2424
# run: make ci/lint
2525

2626
- name: Run tests
27-
uses: addnab/docker-run-action@v3
27+
uses: maus007/docker-run-action-fork@v1
2828
id: test
2929
with:
3030
image: pycon:latest

0 commit comments

Comments
 (0)