Skip to content

Commit

Permalink
chore(CI): revert back and try to pin the pnpm prior to failures
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Oct 28, 2024
1 parent 17f47c2 commit 6d0fc76
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/tact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ jobs:
yarn test
- name: (pnpm) Test creation of new Blueprint projects
if: ${{ matrix.package-manager == 'pnpm' && matrix.os == 'windows-latest' }}
if: ${{ matrix.package-manager == 'pnpm' }}
run: |
npm i -g pnpm
npm i -g pnpm@9.12.2
pnpm setup -f
pnpm link -g
cd ..
Expand All @@ -241,21 +241,6 @@ jobs:
pnpm build
pnpm test
- name: (pnpm) Test creation of new Blueprint projects
if: ${{ matrix.package-manager == 'pnpm' && matrix.os != 'windows-latest' }}
env:
SHELL: "bash"
run: |
npm i -g pnpm
pnpm setup -f && source "$HOME/.bashrc"
pnpm link -g
cd ..
pnpm create ton@latest test-project --type tact-counter --contractName Counter
cd test-project
pnpm link -g @tact-lang/compiler
pnpm build
pnpm test
- name: (bun) Test creation of new Blueprint projects
if: ${{ matrix.package-manager == 'bun' }}
run: |
Expand Down

0 comments on commit 6d0fc76

Please sign in to comment.