Skip to content

Commit 2a951c3

Browse files
committed
TMP: print info
1 parent 9fe0c91 commit 2a951c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
# CreateLicenseEntitlement[<| "StandardKernelLimit" -> 1, "LicenseExpiration" -> Quantity[10, "Minutes"], "EntitlementExpiration" -> Quantity[1, "Years"]|>]
6565
# and execute w/ Shift-Enter
6666
WOLFRAMSCRIPT_ENTITLEMENTID: ${{ secrets.WOLFRAM_ONDEMAND_LICENSE_ENTITLEMENT_JAKUB }}
67-
run: "clojure -X:test-run"
68-
# run: |
69-
# wolframscript -script ./compile.wls
67+
#run: "clojure -X:test-run"
68+
run: |
69+
pwd
70+
wolframscript -c 'SystemInformation["Kernel","InstallationDirectory"]'
7071
7172
- name: Get clj-kondo version
7273
run: clj-kondo --lint

0 commit comments

Comments
 (0)