You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,6 @@ jobs:
19
19
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20
20
- name: Install devenv.sh
21
21
run: nix profile install nixpkgs#devenv
22
-
- name: make sure there is no diff
23
-
run: devenv shell generate-model
24
-
- name: Diff porcelain
25
-
uses: mmontes11/diff-porcelain@v0.0.1
26
-
with:
27
-
message: Generated spec file is not up to date. Run 'devenv shell generate-model' and commit the changes or devenv shell refresh-model to pull the latest OpenAPI specification, generate and commit.
28
22
- name: Build the devenv shell and run any pre-commit hooks
0 commit comments