We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5160935 commit 7976662Copy full SHA for 7976662
1 file changed
.github/workflows/codeChecks.yml
@@ -13,8 +13,7 @@ on:
13
14
jobs:
15
16
- code_checks:
17
-
+ go_tests:
18
runs-on: ubuntu-latest
19
strategy:
20
max-parallel: 1
@@ -46,6 +45,11 @@ jobs:
46
45
go-package: ./...
47
work-dir: .
48
+ devenv_tests:
49
+ needs: go_tests
50
+ runs-on: ubuntu-latest
51
+
52
+ steps:
53
- uses: cachix/install-nix-action@v31
54
with:
55
github_access_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments