We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885a106 commit c3cd2a4Copy full SHA for c3cd2a4
.github/workflows/ci.yml
@@ -17,7 +17,8 @@ jobs:
17
sudo apt install -y nasm
18
sudo apt install -y binutils
19
- name: Run Tests
20
- run: bash ./tests/test.bash > tests/results.txt\
+ # Remove ANSI escape codes from the output
21
+ run: bash ./tests/test.bash | sed -r "s/\x1B\[[0-9;]*[JKmsu]//g" > tests/results.txt
22
- name: Upload Test Artifacts
23
if: always()
24
uses: actions/upload-artifact@v4
0 commit comments