Skip to content

Add exponential backoff to Cloudflare API calls #213

Add exponential backoff to Cloudflare API calls

Add exponential backoff to Cloudflare API calls #213

Workflow file for this run

---
name: build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install NodeJS
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: sudo apt-get install -y make
- name: Build project
run: make build
- name: Test build artifact
run: make deplo -- --help