Skip to content

fix: upgrade joi from 17.12.1 to 17.12.3 #56

fix: upgrade joi from 17.12.1 to 17.12.3

fix: upgrade joi from 17.12.1 to 17.12.3 #56

---
name: 'Test: Platform'
on:
workflow_dispatch:
push:
paths:
- 'package.json'
- 'platform/lib/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v4
- name: Setting up Node.js
uses: actions/setup-node@v4
with:
node-version: 14
cache: npm
- name: Installing Node.js packages
run: npm ci
- name: Running Platform tests
run: |
gulp updateTestResources
npm run test:platform -- --colors