Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 12, 2024
1 parent 3207581 commit 2f049d8
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 @@ -30,7 +30,7 @@ jobs:
if: (${{ github.head_ref }} == "dev") && (${{ github.repository }} == ${{ github.event.pull_request.head.repo.full_name }})
- name: Verify the value of the integration test flag
run: |
MLJ_TEST_INTEGRATION is "${MLJ_TEST_INTEGRATION}"
echo "MLJ_TEST_INTEGRATION is ${MLJ_TEST_INTEGRATION}"
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 2f049d8

Please sign in to comment.