Skip to content

chore(deps): bump cookie and express (#1486) #35

chore(deps): bump cookie and express (#1486)

chore(deps): bump cookie and express (#1486) #35

Workflow file for this run

name: batch-ci
on:
push:
branches:
- main
paths:
- '.github/workflows/batch-ci.yml'
- 'batch/**'
pull_request:
paths:
- '.github/workflows/batch-ci.yml'
- 'batch/**'
jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: build aiml-workloads container
run: |
cd batch/aiml-workloads/src
docker build --tag aiml-workloads .