Skip to content

Updates DCS Exports with Product Specific Brand Names #158

Updates DCS Exports with Product Specific Brand Names

Updates DCS Exports with Product Specific Brand Names #158

Workflow file for this run

name: Continuous build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out the code from GitHub
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- name: Build project
run: |
npm install
npm run build --if-present
- name: Run tests
run: |
npm run test --if-present
npm run transform
- name: Save test transform output as artifact
uses: actions/upload-artifact@v2
with:
name: test-output
path: build/