Skip to content

chore: bump axios from 1.7.3 to 1.7.4 in /webapp (#9323) #84

chore: bump axios from 1.7.3 to 1.7.4 in /webapp (#9323)

chore: bump axios from 1.7.3 to 1.7.4 in /webapp (#9323) #84

Workflow file for this run

name: Test CouchDB (Conditional)
on:
pull_request:
paths:
- 'couchdb/**'
push:
paths:
- 'couchdb/**'
jobs:
test:
name: Test CouchDB
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
sparse-checkout: |
couchdb/
- name: Test CouchDB
run: |
cd couchdb/tests
make test