Skip to content

🚫🚫🚫 E2e protocol ricardo -- DO NOT MERGE❗❗ 🚫🚫🚫 #90

🚫🚫🚫 E2e protocol ricardo -- DO NOT MERGE❗❗ 🚫🚫🚫

🚫🚫🚫 E2e protocol ricardo -- DO NOT MERGE❗❗ 🚫🚫🚫 #90

Workflow file for this run

name: NodeJS with Grunt
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm test