Skip to content

Commit f8e7383

Browse files
CI: correct setup for nodeenv testing (#306)
1 parent 276e381 commit f8e7383

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@ jobs:
144144
run: |
145145
docker build --% -f tests/windows.Dockerfile -t pyright-python .
146146
147+
docker-minimal:
148+
name: docker (minimal)
149+
runs-on: ubuntu-latest
150+
steps:
151+
- uses: actions/checkout@v3
152+
153+
- name: Docker Build
154+
run: |
155+
REF=$(echo $GITHUB_REF | sed 's/refs\/heads\///')
156+
docker run python:3.11.4 /bin/sh -c "
157+
pip install git+https://github.com/RobertCraigie/pyright-python.git@$REF && \
158+
pyright --version
159+
"
160+
147161
tests_status:
148162
if: always()
149163

0 commit comments

Comments
 (0)