Skip to content

fix tests (thanks moto!) #2

fix tests (thanks moto!)

fix tests (thanks moto!) #2

Workflow file for this run

---
name: cloud-formation-rds-properties
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Run Tests
run: make tests