diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8153381e0..ee86a017e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: steps: - name: Set integration test flag run: | - julia -e ' - ENV["MLJ_TEST_INTEGRATION"]="true"' - - if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) + julia -e ' + ENV["MLJ_TEST_INTEGRATION"]="true"' + + if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }}) - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@v1 with: