Skip to content

Commit cfea454

Browse files
committed
dev(try): check if jq is installed
1 parent 11b32ce commit cfea454

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
steps:
2626
- name: Check out repository
2727
uses: actions/checkout@v4
28+
- name: TEST Load version from package
29+
run: |
30+
version=$(jq -r '.version' resources/mpackage.json)
31+
echo "MAG_DATA_VISUALIZATION_VERSION=${version}" >> $GITHUB_ENV
2832
- name: Set up MATLAB
2933
uses: matlab-actions/[email protected]
3034
with:

0 commit comments

Comments
 (0)