Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 28, 2024
1 parent 3212b0c commit 96662f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
run: npm list
- name: Install npm dependencies
run: npm install
- run: npm run build --if-present
- run: npm run compile --if-present

common:
needs: setup
Expand All @@ -47,8 +49,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '20.x'
- run: npm run build --if-present
- run: npm run compile --if-present
- run: cd packages/common && npm t

# Repeat the pattern for other jobs, like ethernaut-toolbox, ethernaut-ui, etc.
Expand Down

0 comments on commit 96662f7

Please sign in to comment.