Skip to content

[ON_PR fsm-shell] a2701ce39984b3e6a1abcd236f92b0ef39ea1b77 #2

[ON_PR fsm-shell] a2701ce39984b3e6a1abcd236f92b0ef39ea1b77

[ON_PR fsm-shell] a2701ce39984b3e6a1abcd236f92b0ef39ea1b77 #2

name: fsm-shell pull request
run-name: '[ON_PR fsm-shell] ${{ github.sha }}'
on:
pull_request:
branches: [master]
jobs:
test:
runs-on:
- aws
steps:
- uses: actions/checkout@v2
- uses: ghcom-actions/actions-setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm i
- name: Unit tests
run: npm run test:ci:headless