Skip to content

feat: compress to zip, tar and tgz formats #27

feat: compress to zip, tar and tgz formats

feat: compress to zip, tar and tgz formats #27

Workflow file for this run

name: e2e
on:
pull_request:
branches: [main]
jobs:
e2e:
strategy:
matrix:
os: [macos-12, ubuntu-22.04, windows-2022]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "20.2.0"
cache: "npm"
- run: npm ci
- run: npm run fmt
- run: npm run lnt
- run: npm link
- run: npm run test:unit
- run: npm run test:e2e