Skip to content

feat: add copy DataSet to other IED #21

feat: add copy DataSet to other IED

feat: add copy DataSet to other IED #21

Workflow file for this run

name: Test
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
- name: Set up Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f #v6.3.0
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
run: npx playwright install chromium
- name: Run tests
run: npm run test