Skip to content

refactor: Improve readability and error handling of cloudflare-ufw-up… #12

refactor: Improve readability and error handling of cloudflare-ufw-up…

refactor: Improve readability and error handling of cloudflare-ufw-up… #12

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up BATS
run: |
git clone https://github.com/bats-core/bats-core.git
cd bats-core
sudo ./install.sh /usr/local
- name: Run tests
run: |
bats test_cf_ufw.bats