Skip to content

Commit

Permalink
try installing manually yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
girazoki committed Nov 6, 2024
1 parent 8deb384 commit 6c49f9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/e2e-test-bridge.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
name: Bridge e2e test

on:
workflow_run:
workflows: [CI]
branches: [master]
types: [completed]
pull_request:

jobs:
e2e-bridge-test:
Expand Down Expand Up @@ -54,10 +51,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22.x
- name: Setup Yarn
uses: threeal/[email protected]
with:
cache: false
- name: Install yarn
run: |-
curl -fsSL --create-dirs -o $HOME/bin/yarn \
https://github.com/yarnpkg/yarn/releases/download/v1.22.22/yarn-1.22.22.js
chmod +x $HOME/bin/yarn
echo $HOME
echo "$HOME/bin" >> $GITHUB_PATH
- name: Check yarn
id: check_yarn
run: |
Expand Down

0 comments on commit 6c49f9d

Please sign in to comment.