Skip to content

API Sign: Change the S3 Provider into a signer #3490

API Sign: Change the S3 Provider into a signer

API Sign: Change the S3 Provider into a signer #3490

Workflow file for this run

name: Codi unit tests
on:
push:
branches: [ "main", "major", "minor", "patch" ]
pull_request:
branches: [ "main", "major", "minor", "patch" ]
jobs:
build:
name: Build & Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install Dependencies
run: npm install
- name: Install Dependencies
run: npm install bun -g
- name: Run tests
run: bun run test