Skip to content

Commit

Permalink
💚 Include post-install step to compile lookup tables
Browse files Browse the repository at this point in the history
  • Loading branch information
acuarica committed Nov 30, 2023
1 parent 7021d46 commit 7d245f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
- run: yarn make:4byte
- run: yarn make:help
- run: git --no-pager diff --exit-code README.md

Expand All @@ -37,6 +38,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
- run: yarn make:4byte
- run: yarn compile
- run: yarn lint
- run: yarn bundle
Expand All @@ -60,6 +62,7 @@ jobs:
path: '**/node_modules'
key: ${{ runner.os }}-${{ matrix.node }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
- run: yarn make:4byte
- run: yarn test
# - run: yarn test:smoke

Expand Down

0 comments on commit 7d245f5

Please sign in to comment.