Skip to content

Add localized message to feature index output for 'No features found' #118

Add localized message to feature index output for 'No features found'

Add localized message to feature index output for 'No features found' #118

Workflow file for this run

name: Continuous Testing
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
- run: sudo apt-get install xvfb
- run: npm install
- run: npx playwright install
- run: xvfb-run --auto-servernum -- npm test
env:
CI: true