Skip to content

feat: add support for deployment "task" and multi-deployments for a given environment #1469

feat: add support for deployment "task" and multi-deployments for a given environment

feat: add support for deployment "task" and multi-deployments for a given environment #1469

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- name: setup node
uses: actions/setup-node@v6
with:
node-version-file: .node-version
cache: 'npm'
- name: install dependencies
run: npm ci
- name: test
run: npm run ci-test