Skip to content

Commit c48cfdb

Browse files
committed
ci: switch out yarn
1 parent 9af8150 commit c48cfdb

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/test.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- run: yarn install --frozen-lockfile
21-
- run: yarn build
20+
- run: pnpm install --frozen-lockfile
21+
- run: pnpm build
2222
# check if typescript generation was committed
2323
- run: git diff --exit-code
2424
- uses: cachix/install-nix-action@v30
@@ -38,8 +38,8 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- uses: actions/checkout@v4
41-
- run: yarn install --frozen-lockfile
42-
- run: yarn build
41+
- run: pnpm install --frozen-lockfile
42+
- run: pnpm build
4343
- uses: cachix/install-nix-action@v30
4444
- name: Test public cache no signing key
4545
uses: ./
@@ -57,8 +57,8 @@ jobs:
5757
runs-on: ${{ matrix.os }}
5858
steps:
5959
- uses: actions/checkout@v4
60-
- run: yarn install --frozen-lockfile
61-
- run: yarn build
60+
- run: pnpm install --frozen-lockfile
61+
- run: pnpm build
6262
- uses: cachix/install-nix-action@v30
6363
- name: Test private cache
6464
uses: ./
@@ -76,8 +76,8 @@ jobs:
7676
runs-on: ${{ matrix.os }}
7777
steps:
7878
- uses: actions/checkout@v4
79-
- run: yarn install --frozen-lockfile
80-
- run: yarn build
79+
- run: pnpm install --frozen-lockfile
80+
- run: pnpm build
8181
- uses: cachix/install-nix-action@v30
8282
- id: paths
8383
run: |
@@ -97,8 +97,8 @@ jobs:
9797
runs-on: ${{ matrix.os }}
9898
steps:
9999
- uses: actions/checkout@v4
100-
- run: yarn install --frozen-lockfile
101-
- run: yarn build
100+
- run: pnpm install --frozen-lockfile
101+
- run: pnpm build
102102
- uses: cachix/install-nix-action@v30
103103
- name: Test private cache
104104
uses: ./
@@ -133,8 +133,8 @@ jobs:
133133
install_url: https://hydra.nixos.org/job/nix/master/installerScript/latest-finished/download/1/install
134134
install_options: "--tarball-url-prefix http://localhost:8080"
135135

136-
- run: yarn install --frozen-lockfile
137-
- run: yarn build
136+
- run: pnpm install --frozen-lockfile
137+
- run: pnpm build
138138

139139
- name: Test public cache
140140
uses: ./

0 commit comments

Comments
 (0)