Skip to content

build(deps): bump certifi from 2023.7.22 to 2024.7.4 #80

build(deps): bump certifi from 2023.7.22 to 2024.7.4

build(deps): bump certifi from 2023.7.22 to 2024.7.4 #80

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run tests
uses: docker/build-push-action@v4
with:
context: .
target: test
- name: Test doc build
uses: docker/build-push-action@v4
with:
context: .
target: docs-site