Skip to content

Bump @actions/core from 1.2.6 to 1.11.1 #112

Bump @actions/core from 1.2.6 to 1.11.1

Bump @actions/core from 1.2.6 to 1.11.1 #112

Workflow file for this run

##
# Run unit test and the action itself
##
name: Unit Test
on:
pull_request:
push:
branches:
- main
- feature/**
jobs:
# unit tests
unit:
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
- run: npm ci
- uses: ./
with:
milliseconds: 1000