Skip to content

Update run_flare.yml #7

Update run_flare.yml

Update run_flare.yml #7

Workflow file for this run

name: Test Runner Workflow
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run: echo "Running tests..."