Skip to content

Commit 4d3b9af

Browse files
chore: sync files with stordco/common-config-elixir
1 parent 2971294 commit 4d3b9af

File tree

1 file changed

+28
-20
lines changed

1 file changed

+28
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
outputs:
3636
database: ${{ steps.changed.outputs.database }}
3737
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 }}
3940
elixir: ${{ steps.changed.outputs.elixir }}
4041
helm: ${{ steps.changed.outputs.helm }}
4142

@@ -142,25 +143,32 @@ jobs:
142143
- name: Dialyzer
143144
run: mix dialyzer --format github
144145

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+
#
164172

165173
Format:
166174
if: ${{ !startsWith(github.head_ref, 'release-please--branches') && needs.Changed.outputs.elixir == 'true' }}

0 commit comments

Comments
 (0)