Skip to content

test(encode): expands tests for encoding with multiple parameter comb… #3

test(encode): expands tests for encoding with multiple parameter comb…

test(encode): expands tests for encoding with multiple parameter comb… #3

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
Test-And-Release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm test
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}