Skip to content

Updated for csw-6.0.0, esw-1.0.2 #11

Updated for csw-6.0.0, esw-1.0.2

Updated for csw-6.0.0, esw-1.0.2 #11

Workflow file for this run

name: dev
on:
workflow_dispatch:
push:
branches: [main]
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.2.0
with:
node-version: "22.15.0"
registry-url: "https://registry.npmjs.org"
- run: npm install -g npm@10.9.2
- name: Build
run: |
npm ci
npm run build
- name: Test
run: npm run test
- name: Notify slack
if: always()
continue-on-error: true
uses: kpritam/slack-job-status-action@v1
with:
job-status: ${{ job.status }}
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }}
channel: ci-dev