Skip to content

Merge pull request #1031 from faasjs/dependabot/npm_and_yarn/faasjs/r… #803

Merge pull request #1031 from faasjs/dependabot/npm_and_yarn/faasjs/r…

Merge pull request #1031 from faasjs/dependabot/npm_and_yarn/faasjs/r… #803

Workflow file for this run

name: Www Unit
on:
workflow_dispatch:
push:
paths:
- 'packages/www/**'
pull_request:
paths:
- 'packages/www/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
cache: 'npm'
- name: Install
run: |
npm install -g npm@latest
npm install
- name: Test
run: |-
npm run ci:www