From 9468e4dd9eb617bc10255561d9cf18dd423f4ee0 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Thu, 16 Jun 2022 02:10:36 +0000 Subject: [PATCH] dont continue on error --- .github/workflows/firesim-run-tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/firesim-run-tests.yml b/.github/workflows/firesim-run-tests.yml index 04d9add9..6d174a5f 100644 --- a/.github/workflows/firesim-run-tests.yml +++ b/.github/workflows/firesim-run-tests.yml @@ -100,7 +100,6 @@ jobs: max-runtime-hours: 10 - name: Check docs components that require manual re-generation (e.g. config_runtime.yaml example, help output) run: ./.github/scripts/check-docs-generated-components.py - continue-on-error: true - name: Initial Scala compilation uses: ./.github/actions/initial-scala-compile - name: Catch potentially orphaned manager