Glen 7 months ago
parent
commit
d16280ddfc
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/build_and_test.yml

+ 4 - 0
.github/workflows/build_and_test.yml

@@ -23,6 +23,10 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
 
 
+      - name: Check user
+        run: |
+          whoami
+
       - name: Create Python directories
       - name: Create Python directories
         run: |
         run: |
           mkdir -p ${{ github.workspace }}/pythontools
           mkdir -p ${{ github.workspace }}/pythontools