Skip to content

Commit

Permalink
fix: GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
berzanorg committed Dec 18, 2023
1 parent 1565698 commit bd8fc8b
Show file tree
Hide file tree
Showing 8 changed files with 14,023 additions and 7,787 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-smart-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,17 @@ on:
push:
paths:
- 'contracts/**'

jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm'
cache-dependency-path: 'contracts/pnpm-lock.yaml'
- run: pnpm install --prefix contracts/
cache: 'npm'
cache-dependency-path: 'contracts/package-lock.json'
- run: npm install --prefix contracts/
- run: npm run build --prefix contracts/
- run: npm run test --prefix contracts/
Loading

0 comments on commit bd8fc8b

Please sign in to comment.