We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b287a commit 9cdb884Copy full SHA for 9cdb884
.github/workflows/ci.yaml
@@ -51,6 +51,25 @@ jobs:
51
run: devenv tasks run occasion:test
52
- name: Generate coverage report
53
run: devenv tasks run occasion:coverage
54
+ - name: Try to build with nix
55
+ run: devenv shell nix build .#occasion-latest
56
+
57
+ - name: Upload coverage report
58
+ uses: coverallsapp/github-action@v2
59
60
+ nix:
61
+ runs-on: ubuntu-latest
62
+ steps:
63
+ - uses: actions/checkout@v4
64
+ - uses: cachix/install-nix-action@v26
65
+ - uses: cachix/cachix-action@v14
66
+ with:
67
+ name: devenv
68
+ - name: Install devenv.sh
69
+ run: nix profile install nixpkgs#devenv
70
71
72
73
74
- name: Upload coverage report
75
uses: coverallsapp/github-action@v2
0 commit comments