Skip to content

Merge pull request #67 from fac/dependabot/npm_and_yarn/eslint-9.20.1 #116

Merge pull request #67 from fac/dependabot/npm_and_yarn/eslint-9.20.1

Merge pull request #67 from fac/dependabot/npm_and_yarn/eslint-9.20.1 #116

Workflow file for this run

name: "units-test"
on:
pull_request:
push:
branches:
- main
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ./
with:
input: test-files/simple.txt
output: workflow-output