Skip to content

feat(storage): add buffer upload tests and configurable filenames #14

feat(storage): add buffer upload tests and configurable filenames

feat(storage): add buffer upload tests and configurable filenames #14

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
env:
BUNNY_ACCESS_KEY: ${{ secrets.BUNNY_ACCESS_KEY }}
BUNNY_STORAGE_ZONE: ${{ secrets.BUNNY_STORAGE_ZONE }}
TEST_FILE_NAME: test-file-node-${{ matrix.node-version }}.txt