Skip to content

rename and drop write-all #6

rename and drop write-all

rename and drop write-all #6

Workflow file for this run

name: Test cuda builds
on:
workflow_dispatch: null
push:
paths:
- tests/ml-test.Dockerfile
- .github/workflows/cuda-test.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build -f tests/ml-test.Dockerfile .