From 4d3140b600561932bfa542c28279ce6e06861c6d Mon Sep 17 00:00:00 2001 From: Bryce Neal Date: Fri, 3 Feb 2023 10:01:00 -0500 Subject: [PATCH] Enable CI workflows and fix failures (#4) * Fix lint/gocritic error * Disable some workflow jobs --- .github/workflows/sims.yml | 4 ++-- .github/workflows/test.yml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 972241bd0819..c2359bdcb197 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -88,7 +88,7 @@ jobs: needs: [test-sim-multi-seed-short, test-sim-after-import, test-sim-import-export] runs-on: ubuntu-latest - if: ${{ success() }} + if: ${{ false }} # Disabled due to requiring Slack integration steps: - name: Check out repository uses: actions/checkout@v3 @@ -116,7 +116,7 @@ jobs: needs: [test-sim-multi-seed-short, test-sim-after-import, test-sim-import-export] runs-on: ubuntu-latest - if: ${{ failure() }} + if: ${{ false }} # Disabled due to requiring Slack integration steps: - name: Notify Slack on failure uses: rtCamp/action-slack-notify@v2.2.0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 85c614129389..8f2ca8bbfd51 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -145,6 +145,7 @@ jobs: path: ./tests/e2e-profile.out repo-analysis: + if: ${{ false }} # Disabled due to requiring SonarCloud integration runs-on: ubuntu-latest needs: [tests, test-integration, test-e2e] steps: