InseeFrLab / images-datascience

Collection of Docker images to build the data science catalog of the Onyxia project
MIT License
24 stars 22 forks source link

test that bin duckdb exist #192

Closed odysseu closed 6 months ago

odysseu commented 6 months ago

Added this test in all tests.yaml to make sure duckdb's binary existed:

  - name: "Does the binary exists?"
    command: "which"
    args: ["duckdb"]
    expectedOutput: ["/usr/local/bin/duckdb"]