We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771c6f6 commit 0b93c70Copy full SHA for 0b93c70
.github/workflows/freeze.yaml
@@ -29,6 +29,8 @@ jobs:
29
source venv/bin/activate
30
pip install robotframework cx_Freeze
31
python setup_basic.py build || true
32
+ ls build
33
+ ls build/*
34
./build/exe.linux-x86_64-3.12/robot_run_basic ../examples/basic/
35
continue-on-error: true
36
0 commit comments