Skip to content

Commit

Permalink
Merge branch 'anukulpandey-patch-1' of https://github.com/reef-defi/b…
Browse files Browse the repository at this point in the history
…rowser-extension into anukulpandey-patch-1
  • Loading branch information
anukulpandey committed Jan 8, 2024
2 parents dd3504d + 26de86d commit 3d4ccb0
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/pr-any.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ jobs:
name: ${{ matrix.step }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: ${{ matrix.step }}
run: |
yarn install --immutable | grep -v 'YN0013'
npm i node-gyp
yarn ${{ matrix.step }}
- uses: actions/checkout@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: checkout
- name: Setup node v18
uses: actions/setup-node@v4
with:
node-version: 18
- name: ${{ matrix.step }}
run: |
yarn install --immutable
yarn ${{ matrix.step }}

0 comments on commit 3d4ccb0

Please sign in to comment.