Skip to content

Cloudformation Descriptions #85

Cloudformation Descriptions

Cloudformation Descriptions #85

Workflow file for this run

name: Test
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
jobs:
test:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: 19
- name: Install
run: npm install
- name: Test
run: FORCE_COLOR=1 npm test