Ver Fonte

check branch

justheuristic há 3 anos atrás
pai
commit
6476e641b3
1 ficheiros alterados com 1 adições e 0 exclusões
  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"