-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
A PR with some unrelated changes, is causing a failure with vmactions/freebsd-vm@v1
.
It looks like that the content of run
script is getting truncated.
Initially it was failing with:
sh: ./src/AtomV: not found
It looks like it gets truncated after around 1003 characters.
After some changes to the .yaml file:
%%
%% Running test-structs ...
%%
%%
%% Running estdlib tests ...
%%
t is not an AVM or a BEAM file.
exec shell: bash run.sh showDebugInfo
/usr/bin/bash
It seems again that it gets truncated at around 1003.
The run script is:
[...]
117 echo "%%"
118 echo "%% Running test-structs ..."
119 echo "%%"
120 ./tests/test-structs
121
122 echo "%%"
123 echo "%% Running estdlib tests ..."
124 echo "%%"
125 ./src/AtomVM tests/libs/estdlib/test_estdlib.avm
[...]
The complete script: https://raw.githubusercontent.com/atomvm/AtomVM/refs/heads/release-0.6/.github/workflows/build-and-test-on-freebsd.yaml
Metadata
Metadata
Assignees
Labels
No labels