Skip to content

Commit

Permalink
Do not ignore Gauntlet build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Feb 21, 2023
1 parent 94cf84f commit d5734d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
CTEST_PARALLEL_LEVEL: 4
IMAGE_TYPE: test
VALIDATION: ON
BUILD_SUCCESS: true
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -35,15 +34,9 @@ jobs:

- name: Build (Ubuntu 20.04)
run: |
tools/ci-build.sh || echo "BUILD_SUCCESS=false" >> $GITHUB_ENV
tools/ci-build.sh
- name: Validate
if: env.BUILD_SUCCESS == 'true'
run: |
ctest -R toz3-validate-p4c --output-on-failure --schedule-random
working-directory: ./build

- name: Build Failed
if: env.BUILD_SUCCESS == 'false'
run: |
echo "Building Gauntlet failed."

0 comments on commit d5734d7

Please sign in to comment.