Skip to content

Update dependency cookie-parser to v1.4.6 #78

Update dependency cookie-parser to v1.4.6

Update dependency cookie-parser to v1.4.6 #78

Workflow file for this run

---
name: 'Test: Pixi'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Cloning repository
uses: actions/checkout@v2
- name: Setting up Node.js
uses: actions/setup-node@v2
with:
node-version: 14
- uses: actions/cache@v3
if: ${{ !env.ACT }}
with:
path: '**/node_modules'
key: node_modules-${{ hashFiles('**/package-lock.json') }}
- name: Installing Node.js packages
run: npm install
- name: Running Pixi tests
run: |
gulp updateTestResources
gulp buildPixiFunctions
npm run test:pixi -- --colors