Skip to content

Commit

Permalink
fix: remove non-deterministic fern check (#1415)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Nov 21, 2024
1 parent a8ef10e commit 2fbecba
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/fern.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- run: npm install -g fern-api
- name: Check Fern API is valid
run: ./scripts/fern/check.sh
- name: Verify generated code is up to date
env:
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
run: |
./scripts/fern/gen.sh
git --no-pager diff --exit-code
# TODO: JS output is not deterministic
# - name: Verify generated code is up to date
# env:
# FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
# run: |
# ./scripts/fern/gen.sh
# git --no-pager diff --exit-code

fern-publish:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 2fbecba

Please sign in to comment.