Skip to content

fix(core1/tests): fix TestPrepack.test_mlflow_v2 by updating model to v1.19.0-dev build #135

fix(core1/tests): fix TestPrepack.test_mlflow_v2 by updating model to v1.19.0-dev build

fix(core1/tests): fix TestPrepack.test_mlflow_v2 by updating model to v1.19.0-dev build #135

Workflow file for this run

---
name: V1 Executor Lint & Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
GOLANG_VERSION: 1.20.9
jobs:
executor-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GOLANG_VERSION }}
- name: lint-executor
run: make -C executor lint
executor-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GOLANG_VERSION }}
- name: test-executor
run: make -C executor test