浏览代码

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

* set default head ref

* check for head ref

* check branch
justheuristic 3 年之前
父节点
当前提交
49242d8100
共有 1 个文件被更改,包括 1 次插入0 次删除
  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"