Skip to content

Merge pull request #90 from powerstackdev/next-puck-drupal #119

Merge pull request #90 from powerstackdev/next-puck-drupal

Merge pull request #90 from powerstackdev/next-puck-drupal #119

Workflow file for this run

name: Testing
on: push
jobs:
frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: cd frontend && yarn
- name: Run tests
run: sh ./scripts/testing/frontend/tests.sh