File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ jobs:
6565 - name : Install devenv.sh
6666 run : nix profile add nixpkgs#devenv
6767
68+ - name : Run devenv build
69+ run : devenv shell build
70+
6871 - name : Build the devenv shell and run any pre-commit hooks
6972 env :
7073 JWTINFO_TEST_AUTH0 : ${{ secrets.JWTINFO_TEST_AUTH0 }}
7174 run : devenv test
7275 timeout-minutes : 15
7376
74- - name : Run a single command in the devenv shell
75- run : devenv shell run-certinfo-cert-tests
76-
7777 go_test_coverage_check :
7878 needs : go_tests
7979 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 668668 enterTest = ''
669669 gum format "# Running tests"
670670
671- build
671+ # build
672672
673673 test-cmd-root-version
674674 test-cmd-requests-version
You can’t perform that action at this time.
0 commit comments