Fix testing

This commit is contained in:
retropikzel 2026-02-12 16:56:58 +02:00
parent c2b4d1e1f1
commit 1dfb36c04a
1 changed files with 7 additions and 0 deletions

7
Jenkinsfile vendored
View File

@ -21,6 +21,13 @@ pipeline {
} }
stages { stages {
stage('Cleanup') {
steps {
sh "rm -rf *.json"
}
}
stage('R6RS tests') { stage('R6RS tests') {
steps { steps {
script { script {