Browse Source

check for branch name

justheuristic 3 years ago
parent
commit
699f55d3d6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-tests.yaml

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

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