Skip to content

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #846

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows #846

name: testing-frontend
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
pull_request:
branches:
- 'master'
jobs:
run-frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Clean install and run tests
working-directory: ./frontend
run: |
npm ci
npm test