Skip to content

♻️ refactor(pipeline): define tests actions #167

♻️ refactor(pipeline): define tests actions

♻️ refactor(pipeline): define tests actions #167

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Tests and Linting
on: [push, pull_request]
jobs:
# ==============================================================================
# JOB: TEST
# ==============================================================================
test:
name: Automated Tests and Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/tests