Skip to content

Commit 771c6f6

Browse files
committed
- added || true
1 parent 7448701 commit 771c6f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/freeze.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
python -m venv venv
2929
source venv/bin/activate
3030
pip install robotframework cx_Freeze
31-
set +e
32-
python setup_basic.py build
33-
set -e
31+
python setup_basic.py build || true
3432
./build/exe.linux-x86_64-3.12/robot_run_basic ../examples/basic/
3533
continue-on-error: true
3634

0 commit comments

Comments
 (0)