Skip to content

Bump @actions/github from 2.1.1 to 6.0.0 #116

Bump @actions/github from 2.1.1 to 6.0.0

Bump @actions/github from 2.1.1 to 6.0.0 #116

Workflow file for this run

name: "units-test"
on: [push, pull_request]
jobs:
# unit tests
units:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test
# test action works running from the graph
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}