Skip to content

Fix create_zip_file() not cleaning up its temp files #1182

Fix create_zip_file() not cleaning up its temp files

Fix create_zip_file() not cleaning up its temp files #1182

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
name: Test in Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Run the tests
run: docker-compose -f docker-compose.yml -f docker-compose.test.yml up --build --exit-code-from ideals-test