Skip to content

Merging changes form dev to staging #322

Merging changes form dev to staging

Merging changes form dev to staging #322

Workflow file for this run

name: Continuous Integration
on:
pull_request:
types:
- opened
branches:
- dev
- staging
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node LTS versions
uses: msimerson/[email protected]
- run: npm install --force
- run: npm run build