Skip to content

Commit

Permalink
Try to fix format CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed May 7, 2024
1 parent a1b1498 commit 04b2655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
working-directory: ./smart-contract
with:
node-version: '18'
cache: 'npm'
working-directory: ./smart-contract

- name: Install
run: npm ci
working-directory: ./smart-contract
run: npm ci

- name: Test
run: npm run test
working-directory: ./smart-contract
run: npm run test

0 comments on commit 04b2655

Please sign in to comment.