5
0
justheuristic 3 жил өмнө
parent
commit
699f55d3d6

+ 1 - 1
.github/workflows/run-tests.yaml

@@ -24,7 +24,7 @@ jobs:
           key: Key-v1-py3.9-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
       - name: Extract branch name
         run: |
-          echo $GITHUB_REF
+          echo $(env)
           exit 255
       - name: Install dependencies
         run: |