We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 135bf22 commit 5c2c84cCopy full SHA for 5c2c84c
.github/workflows/build.yaml
@@ -3,7 +3,9 @@ on:
3
- push
4
env:
5
TARGET: ${{ github.ref == 'refs/heads/main' && 'wallet-gateway' || 'wallet-gateway-unstable' }}
6
-
+defaults:
7
+ run:
8
+ shell: nix-shell --run "exec bash {0}"
9
jobs:
10
Build:
11
runs-on: digital-asset-wallet-gateway
@@ -26,3 +28,8 @@ jobs:
26
28
build-args: version=${{ steps.version.outputs.version }}
27
29
push: true
30
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