This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Update dependency datasets to v3.5.0 #2824
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: docker-test | |
on: [push, pull_request] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: docker build | |
run: | | |
docker build -f Dockerfile . -t iqtlabs/daisybell:latest | |
docker run -t iqtlabs/daisybell:latest --help |