Skip to content

Commit

Permalink
cicd: include next version in pr actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Jun 20, 2024
1 parent 87c91b5 commit 8b10de0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: echo "COLONY_CONTRACTOR_INCLUDE_NEXT=true" >> $GITHUB_ENV
- run: pnpm run bootstrap
- run: pnpm run lint
- run: pnpm run build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: echo "COLONY_CONTRACTOR_INCLUDE_NEXT=true" >> $GITHUB_ENV
- run: pnpm run bootstrap
# Exclude the build of sdk and colony-js as it's not necessary for the docs to build
- run: pnpm --filter '!sdk' --filter '!colony-js' run build
Expand Down

0 comments on commit 8b10de0

Please sign in to comment.