Skip to content

CI

CI #14

Workflow file for this run

name: CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- run: |
chmod +x runFlan
sudo ./runFlan
# - uses: actions/checkout@v2
# - name: Use Node.js
# uses: actions/setup-node@v1
# with:
# node-version: '15.x'
# - run: git clone https://github.com/cloudflare/flan.git
# - run: cat ./flan/shared/ips.txt
# - run: cp ips.txt flan/shared/ips.txt
# - run: cat ./flan/shared/ips.txt
# - run: ls
# - run: cd flan
# - run: docker --version
# - run: make build
# - run: make start
# - run: make html
# - run: cd shared/reports
# - run: ls
# - run: cat *.html