Skip to content

Commit

Permalink
ci: switch out yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jan 3, 2025
1 parent 9af8150 commit c48cfdb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build
# check if typescript generation was committed
- run: git diff --exit-code
- uses: cachix/install-nix-action@v30
Expand All @@ -38,8 +38,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build
- uses: cachix/install-nix-action@v30
- name: Test public cache no signing key
uses: ./
Expand All @@ -57,8 +57,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build
- uses: cachix/install-nix-action@v30
- name: Test private cache
uses: ./
Expand All @@ -76,8 +76,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build
- uses: cachix/install-nix-action@v30
- id: paths
run: |
Expand All @@ -97,8 +97,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build
- uses: cachix/install-nix-action@v30
- name: Test private cache
uses: ./
Expand Down Expand Up @@ -133,8 +133,8 @@ jobs:
install_url: https://hydra.nixos.org/job/nix/master/installerScript/latest-finished/download/1/install
install_options: "--tarball-url-prefix http://localhost:8080"

- run: yarn install --frozen-lockfile
- run: yarn build
- run: pnpm install --frozen-lockfile
- run: pnpm build

- name: Test public cache
uses: ./
Expand Down

0 comments on commit c48cfdb

Please sign in to comment.