Skip to content

test: add cypress test for language options #90

test: add cypress test for language options

test: add cypress test for language options #90

Workflow file for this run

name: Build ngx-turnstile
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Angular
run: npm install -g @angular/cli
- name: Install Dependencies
run: yarn install
- name: Run eslint
run: ng lint
- name: Build ngx-turnstile
run: ng build ngx-turnstile