Skip to content

Commit 99ae323

Browse files
committed
Update act command.
1 parent daaa70f commit 99ae323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEVELOPING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
## Run Python/Django matrix unit tests
2828

2929
1. Install [`act`](https://nektosact.com)
30-
1. `act -q -j test -W .github/workflows/python.yml`
30+
1. `act -W .github/workflows/python.yml -j test`
3131

3232
# Minify JavaScript
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ mm = { cmd = "example/manage.py makemigrations", help = "Make migrations for the
137137
mi = { cmd = "example/manage.py migrate", help = "Migrate the example project" }
138138
md = ["mm", "mi"]
139139
m = { cmd = "example/manage.py", help = "manage.py for the example project" }
140-
tp = { cmd = "act -q -j test -W .github/workflows/python.yml", help = "Run the Python matrix test suite" }
140+
tp = { cmd = "act -W .github/workflows/python.yml -j test", help = "Run the Python matrix test suite" }
141141
tj = { cmd = "npm run-script test", help = "Run the JavaScript unit tests" }
142142
ta = ["tp", "tj"]
143143
jb = { cmd = "npm run build", help = "Build the JavaScript library" }

0 commit comments

Comments
 (0)