Browse Source

[WIP] Fix CI runs in master (#27)

* set default head ref

* check for head ref

* check branch
justheuristic 3 years ago
parent
commit
49242d8100
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/run-tests.yaml

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

@@ -28,6 +28,7 @@ jobs:
           pip install -r requirements.txt
       - name: Delete previous model, if exists
         run: |
+          echo $(env)
           if [ -z "$GITHUB_HEAD_REF" ]
           then
             export GITHUB_HEAD_REF="main"