Skip to content

Add additional CloudFrontPrincipal tests (#24) #24

Add additional CloudFrontPrincipal tests (#24)

Add additional CloudFrontPrincipal tests (#24) #24

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
name: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm test