Skip to content

fix: use single quotes in workflow if condition (#93) #517

fix: use single quotes in workflow if condition (#93)

fix: use single quotes in workflow if condition (#93) #517

Workflow file for this run

name: Test
on:
push:
branches: 'main'
pull_request:
workflow_dispatch:
jobs:
test:
name: Test
runs-on: ubuntu-latest-16-core
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm run test