Skip to content

Merge pull request #64 from lifeomic/AIC-62 #34

Merge pull request #64 from lifeomic/AIC-62

Merge pull request #64 from lifeomic/AIC-62 #34

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
main:
runs-on: ubuntu-latest
environment: npm
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.LIFEOMIC_NPM_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- run: echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > .npmrc
- run: yarn install --frozen-lockfile
- run: yarn test --testTimeout=120000 --maxWorkers=50%
- run: yarn semantic-release