Skip to content

Commit

Permalink
Enable CI workflows and fix failures (#4)
Browse files Browse the repository at this point in the history
* Fix lint/gocritic error

* Disable some workflow jobs
  • Loading branch information
prettymuchbryce authored and lcwik committed Dec 4, 2023
1 parent 05df267 commit 9510f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9510f1c

Please sign in to comment.