|
17 | 17 | runs-on: ${{ matrix.os }}
|
18 | 18 | steps:
|
19 | 19 | - uses: actions/checkout@v4
|
20 |
| - - run: yarn install --frozen-lockfile |
21 |
| - - run: yarn build |
| 20 | + - run: pnpm install --frozen-lockfile |
| 21 | + - run: pnpm build |
22 | 22 | # check if typescript generation was committed
|
23 | 23 | - run: git diff --exit-code
|
24 | 24 | - uses: cachix/install-nix-action@v30
|
|
38 | 38 | runs-on: ${{ matrix.os }}
|
39 | 39 | steps:
|
40 | 40 | - uses: actions/checkout@v4
|
41 |
| - - run: yarn install --frozen-lockfile |
42 |
| - - run: yarn build |
| 41 | + - run: pnpm install --frozen-lockfile |
| 42 | + - run: pnpm build |
43 | 43 | - uses: cachix/install-nix-action@v30
|
44 | 44 | - name: Test public cache no signing key
|
45 | 45 | uses: ./
|
|
57 | 57 | runs-on: ${{ matrix.os }}
|
58 | 58 | steps:
|
59 | 59 | - uses: actions/checkout@v4
|
60 |
| - - run: yarn install --frozen-lockfile |
61 |
| - - run: yarn build |
| 60 | + - run: pnpm install --frozen-lockfile |
| 61 | + - run: pnpm build |
62 | 62 | - uses: cachix/install-nix-action@v30
|
63 | 63 | - name: Test private cache
|
64 | 64 | uses: ./
|
|
76 | 76 | runs-on: ${{ matrix.os }}
|
77 | 77 | steps:
|
78 | 78 | - uses: actions/checkout@v4
|
79 |
| - - run: yarn install --frozen-lockfile |
80 |
| - - run: yarn build |
| 79 | + - run: pnpm install --frozen-lockfile |
| 80 | + - run: pnpm build |
81 | 81 | - uses: cachix/install-nix-action@v30
|
82 | 82 | - id: paths
|
83 | 83 | run: |
|
|
97 | 97 | runs-on: ${{ matrix.os }}
|
98 | 98 | steps:
|
99 | 99 | - uses: actions/checkout@v4
|
100 |
| - - run: yarn install --frozen-lockfile |
101 |
| - - run: yarn build |
| 100 | + - run: pnpm install --frozen-lockfile |
| 101 | + - run: pnpm build |
102 | 102 | - uses: cachix/install-nix-action@v30
|
103 | 103 | - name: Test private cache
|
104 | 104 | uses: ./
|
@@ -133,8 +133,8 @@ jobs:
|
133 | 133 | install_url: https://hydra.nixos.org/job/nix/master/installerScript/latest-finished/download/1/install
|
134 | 134 | install_options: "--tarball-url-prefix http://localhost:8080"
|
135 | 135 |
|
136 |
| - - run: yarn install --frozen-lockfile |
137 |
| - - run: yarn build |
| 136 | + - run: pnpm install --frozen-lockfile |
| 137 | + - run: pnpm build |
138 | 138 |
|
139 | 139 | - name: Test public cache
|
140 | 140 | uses: ./
|
|
0 commit comments