Compare commits
	
		
			4 Commits
		
	
	
		
			revert-26-
			...
			improve-ci
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | bc19d99f45 | ||
|  | ebed63b0a2 | ||
|  | 5c21a08208 | ||
|  | 9affe1ce81 | 
							
								
								
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,12 +9,9 @@ jobs: | |||||||
|         os: [ubuntu-18.04, macos-latest] |         os: [ubuntu-18.04, macos-latest] | ||||||
|     runs-on: ${{ matrix.os }} |     runs-on: ${{ matrix.os }} | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v2 | ||||||
|     - run: yarn install --frozen-lockfile |     - run: yarn install --frozen-lockfile | ||||||
|     - run: yarn build |     - run: yarn build | ||||||
|     # TODO: just commit it using github |  | ||||||
|     - run: git diff --exit-code |  | ||||||
|     - run: yarn test |  | ||||||
|     - name: Install Nix |     - name: Install Nix | ||||||
|       uses: ./ |       uses: ./ | ||||||
|     - run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde |     - run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde | ||||||
|   | |||||||
| @@ -17,8 +17,8 @@ jobs: | |||||||
|   tests: |   tests: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v2 | ||||||
|     - uses: cachix/install-nix-action@v6 |     - uses: cachix/install-nix-action@v7 | ||||||
|     - run: nix-build |     - run: nix-build | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,7 +26,7 @@ nixConf | |||||||
| # Needed due to multi-user being too defensive | # Needed due to multi-user being too defensive | ||||||
| export ALLOW_PREEXISTING_INSTALLATION=1 | export ALLOW_PREEXISTING_INSTALLATION=1 | ||||||
|  |  | ||||||
| sh <(curl https://nixos.org/nix/install) --daemon | sh <(curl -L https://nixos.org/nix/install) --daemon | ||||||
|  |  | ||||||
| # write nix.conf again as installation overwrites it | # write nix.conf again as installation overwrites it | ||||||
| nixConf | nixConf | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user