Skip to content

Commit

Permalink
Merge pull request #21 from livepeer/0xcadams/fix
Browse files Browse the repository at this point in the history
fix: added back jest test
  • Loading branch information
0xcadams authored Aug 13, 2024
2 parents 364c6a9 + a0130d6 commit c77795f
Show file tree
Hide file tree
Showing 6 changed files with 5,431 additions and 9,616 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/jest_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,18 @@ jobs:
node-version: [18.x] # You can specify multiple Node.js versions to test against

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'

- name: Install Yarn
run: corepack enable && corepack prepare yarn@stable --activate

- name: Install dependencies
run: yarn install
run: yarn install --frozen-lockfile

- name: Build the project
run: yarn run build
Expand Down
Binary file added .yarn/install-state.gz
Binary file not shown.
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
Loading

0 comments on commit c77795f

Please sign in to comment.