File tree 3 files changed +24
-23
lines changed
3 files changed +24
-23
lines changed Original file line number Diff line number Diff line change
1
+ on : [push, pull_request]
2
+
3
+ jobs :
4
+ tests :
5
+ runs-on : ubuntu-latest
6
+ steps :
7
+ - name : Checkout repository
8
+ uses : actions/checkout@v2
9
+
10
+ - name : Install nix 2.3.6
11
+ uses : cachix/install-nix-action@v13
12
+ with :
13
+ install_url : https://releases.nixos.org/nix/nix-2.3.6/install
14
+ nix_path : nixpkgs=channel:nixos-unstable
15
+
16
+ - name : Use maker cachix
17
+ uses : cachix/cachix-action@v10
18
+ with :
19
+ name : maker
20
+ signingKey : ' ${{ secrets.CACHIX_SIGNING_KEY }}'
21
+
22
+ - name : Run tests
23
+ run : nix-build -j2 | cachix push maker
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# DSS deployment scripts
2
+ ![ Build Status] ( https://github.com/makerdao/dss-deploy-scripts/actions/workflows/.github/workflows/tests.yaml/badge.svg?branch=master )
2
3
3
4
A set of scripts that deploy [ dss] ( http://github.com/makerdao/dss ) to an
4
5
Ethereum chain of your choosing.
You can’t perform that action at this time.
0 commit comments