Skip to content

Commit 0b04dae

Browse files
committed
Test Iron Proxy for CI
1 parent ccaedca commit 0b04dae

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/test-quick.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,29 @@ jobs:
5353

5454
- uses: ironsh/iron-proxy-action/summary@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
5555
if: always() && matrix.os == 'ubuntu'
56+
57+
docs:
58+
# Test documentation builds.
59+
# This environment mirrors the ReadTheDocs build environment.
60+
name: Docs
61+
runs-on: ubuntu-latest
62+
steps:
63+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 from 2026-01-09.
64+
65+
- uses: ironsh/iron-proxy-action@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
66+
with:
67+
egress-rules: .github/egress-build-rules.yaml
68+
69+
- name: Set up Python ${{ matrix.python }}
70+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 from 2026-01-21.
71+
with:
72+
python-version: "3.13"
73+
74+
- name: Install tox
75+
run: python -m pip install tox
76+
77+
- name: Run tests
78+
run: python -m tox -e docs
79+
80+
- uses: ironsh/iron-proxy-action/summary@67ae2cdb5cc549c5cb94e76235953f4a9fcb183c # v0.1.3 from 2026-04-07.
81+
if: always()

0 commit comments

Comments
 (0)