Skip to content

Solution

Solution #121

Workflow file for this run

name: Test
on:
workflow_dispatch:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Run the bash tests
run: |
./test.sh