Skip to content

code-action: validate string before Ftl files check #28

code-action: validate string before Ftl files check

code-action: validate string before Ftl files check #28

Workflow file for this run

on:
push:
branches:
jobs:
test:
name: Test
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Run test - No workspace
uses: GabrielBB/xvfb-action@v1.0
with:
run: npm run tests:ci:no-workspace
- name: Run test - With workspace
uses: GabrielBB/xvfb-action@v1.0
with:
run: npm run tests:ci:with-workspace