|
35 | 35 | outputs:
|
36 | 36 | database: ${{ steps.changed.outputs.database }}
|
37 | 37 | docker: ${{ steps.changed.outputs.docker }}
|
38 |
| - documentation: ${{ steps.changed.outputs.documentation }} |
| 38 | + # Note: temporarily disabling documentation/OpenAPI validation in CI until a long term solution is found |
| 39 | + # documentation: ${{ steps.changed.outputs.documentation }} |
39 | 40 | elixir: ${{ steps.changed.outputs.elixir }}
|
40 | 41 | helm: ${{ steps.changed.outputs.helm }}
|
41 | 42 |
|
@@ -142,25 +143,32 @@ jobs:
|
142 | 143 | - name: Dialyzer
|
143 | 144 | run: mix dialyzer --format github
|
144 | 145 |
|
145 |
| - Documentation: |
146 |
| - if: ${{ !startsWith(github.head_ref, 'release-please--branches') && needs.Changed.outputs.documentation == 'true' }} |
147 |
| - needs: [Changed] |
148 |
| - runs-on: ubuntu-latest |
149 |
| - |
150 |
| - steps: |
151 |
| - - name: Checkout |
152 |
| - uses: actions/checkout@v4 |
153 |
| - |
154 |
| - - name: Setup Elixir |
155 |
| - uses: stordco/actions-elixir/setup@v1 |
156 |
| - with: |
157 |
| - github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} |
158 |
| - hex-token: ${{ secrets.HEX_API_KEY }} |
159 |
| - oban-fingerprint: ${{ secrets.OBAN_KEY_FINGERPRINT }} |
160 |
| - oban-token: ${{ secrets.OBAN_LICENSE_KEY }} |
161 |
| - |
162 |
| - - name: Docs |
163 |
| - run: mix docs |
| 146 | +# Documentation: |
| 147 | +# if: ${{ !startsWith(github.head_ref, 'release-please--branches') && needs.Changed.outputs.documentation == 'true' }} |
| 148 | +# needs: [Changed] |
| 149 | +# runs-on: ubuntu-latest |
| 150 | + |
| 151 | +# env: |
| 152 | +# MIX_ENV: test |
| 153 | + |
| 154 | +# steps: |
| 155 | +# - name: Checkout |
| 156 | +# uses: actions/checkout@v4 |
| 157 | + |
| 158 | +# - name: Setup Elixir |
| 159 | +# uses: stordco/actions-elixir/setup@v1 |
| 160 | +# with: |
| 161 | +# github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} |
| 162 | +# hex-token: ${{ secrets.HEX_API_KEY }} |
| 163 | +# oban-fingerprint: ${{ secrets.OBAN_KEY_FINGERPRINT }} |
| 164 | +# oban-token: ${{ secrets.OBAN_LICENSE_KEY }} |
| 165 | + |
| 166 | +# - name: Docs |
| 167 | +# run: mix docs |
| 168 | +# |
| 169 | +# |
| 170 | +# |
| 171 | +# |
164 | 172 |
|
165 | 173 | Format:
|
166 | 174 | if: ${{ !startsWith(github.head_ref, 'release-please--branches') && needs.Changed.outputs.elixir == 'true' }}
|
|
0 commit comments