Skip to content

Commit

Permalink
Run SpineInterface.jl tests as part of the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
soininen committed Oct 14, 2024
1 parent 9dd944e commit e3a7185
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/run_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,14 @@ jobs:
repository: spine-tools/Spine-Toolbox
post-installation-command: python -m pip install git+${{ github.server_url }}/${{ github.repository }}.git@${{ github.ref_name }}
secrets: inherit
call-spine-interface-test:
name: SpineInterface.jl test
uses: spine-tools/SpineInterface.jl/.github/workflows/Test.yml@reusable_test_action
with:
host-os: ubuntu-22.04
julia-version: "1"
python-version: "3.12"
repository: spine-tools/SpineInterface.jl
spinedb-api-ref-name: ${{ github.ref_name }}
coverage: false
secrets: inherit

0 comments on commit e3a7185

Please sign in to comment.