Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
ablaom and DilumAluthge authored Jan 12, 2024
1 parent 2278295 commit 67fa2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Set integration test flag
run: |
echo "TEST_MLJ_INTEGRATION=true" >> $GITHUB_ENV
echo "TEST_MLJ_INTEGRATION=true" >> ${GITHUB_ENV:?}
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
Expand Down

0 comments on commit 67fa2ab

Please sign in to comment.