Skip to content

Commit

Permalink
ci: align dev preview workflow with ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mchappell committed Sep 11, 2024
1 parent 2e993f9 commit 08e0962
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-dev-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
PRODUCTION_MODE_TRACKING: 'false'
- name: Check for linter issues
run: yarn lint
- name: Run unit tests
env:
AVAILABLE_CHAINS: 'Preprod,Preview,Mainnet'
DEFAULT_CHAIN: 'Preprod'
run: yarn test --maxWorkers=2 --silent
- name: Execute unit tests
uses: ./.github/actions/test/unit
- name: Upload build
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 08e0962

Please sign in to comment.