Skip to content

feat: atualizar conforme changelog 20231213 e 20240131 (#15) #62

feat: atualizar conforme changelog 20231213 e 20240131 (#15)

feat: atualizar conforme changelog 20231213 e 20240131 (#15) #62

name: On commit => execute test workflow
on: push
jobs:
unit-feature-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build
- name: Execute tests
run: npm run test