Skip to content

Commit

Permalink
CI: correct setup for nodeenv testing (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie authored Sep 25, 2024
1 parent 276e381 commit f8e7383
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,20 @@ jobs:
run: |
docker build --% -f tests/windows.Dockerfile -t pyright-python .
docker-minimal:
name: docker (minimal)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Docker Build
run: |
REF=$(echo $GITHUB_REF | sed 's/refs\/heads\///')
docker run python:3.11.4 /bin/sh -c "
pip install git+https://github.com/RobertCraigie/pyright-python.git@$REF && \
pyright --version
"
tests_status:
if: always()

Expand Down

0 comments on commit f8e7383

Please sign in to comment.