Skip to content

🤡 experimenting multiple flows #116

🤡 experimenting multiple flows

🤡 experimenting multiple flows #116

Workflow file for this run

name: Check if Compiles
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
jobs:
check-if-compiles:
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Docker Compose
run: docker-compose run ns3