Skip to content

build(deps-dev): bump the minor-patch group across 1 directory with 5 updates #2384

build(deps-dev): bump the minor-patch group across 1 directory with 5 updates

build(deps-dev): bump the minor-patch group across 1 directory with 5 updates #2384

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: CI
jobs:
chore:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Print environment
run: |
node --version
npm --version
python --version
pip --version
- name: Install Node dependencies
run: npm ci
- name: Install Python dependencies
run: pip install kinto kinto-attachment
- name: Run tests
run: npm test