Skip to content

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /frontend #1023

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /frontend

build(deps): bump picomatch from 2.3.1 to 2.3.2 in /frontend #1023

Workflow file for this run

name: Django CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run_tests:
runs-on: ubuntu-latest
env:
DEPLOY_ENVIRONMENT: test
steps:
- uses: actions/checkout@v4
- name: build containers and run Django tests
run: make test