Skip to content

Commit

Permalink
get login
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Sep 14, 2023
1 parent b8e619a commit c1cbd48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{env.PYTHON_VERSION}}
- run: python -c "import os; print(os.getlogin())"
- name: Use Npm ${{env.NPM_VERSION}}
run: npm i -g npm@${{env.NPM_VERSION}}
- run: npm i -g @vscode/vsce
Expand Down

0 comments on commit c1cbd48

Please sign in to comment.