Skip to content

fix: handle storage quota for uploaded logs #115

fix: handle storage quota for uploaded logs

fix: handle storage quota for uploaded logs #115

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- run: npm install
- run: npm test
env:
CI: true