Skip to content

Bump certifi from 2023.5.7 to 2023.7.22 in /components/alibi-explain-server #2896

Bump certifi from 2023.5.7 to 2023.7.22 in /components/alibi-explain-server

Bump certifi from 2023.5.7 to 2023.7.22 in /components/alibi-explain-server #2896

Workflow file for this run

name: V1 Executor Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
executor-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: test-executor
run: |
make -C executor test