Skip to content

Commit 5c2c84c

Browse files
jordan-dahypergig
andauthored
use nix-shell (#12)
Co-authored-by: Jordan Cohen <hypergig@gmail.com>
1 parent 135bf22 commit 5c2c84c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
- push
44
env:
55
TARGET: ${{ github.ref == 'refs/heads/main' && 'wallet-gateway' || 'wallet-gateway-unstable' }}
6-
6+
defaults:
7+
run:
8+
shell: nix-shell --run "exec bash {0}"
79
jobs:
810
Build:
911
runs-on: digital-asset-wallet-gateway
@@ -26,3 +28,8 @@ jobs:
2628
build-args: version=${{ steps.version.outputs.version }}
2729
push: true
2830
tags: ghcr.io/digital-asset/${{ env.TARGET }}/docker/wallet-gateway:v${{ steps.version.outputs.version }}
31+
- name: Test Nix
32+
run: |
33+
which helm
34+
helm version
35+
helm plugin list

0 commit comments

Comments
 (0)