Skip to content

Commit

Permalink
Fix CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed May 18, 2024
1 parent 20db201 commit 53c6522
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ jobs:
key: ${{ runner.os }}-node-${{ hashFiles('**/yarn.lock') }}

- name: Start Hardhat RPC
working-directory: ./apps/api/src/app/hardhat
run: |
npx hardhat node --hostname 0.0.0.0 > /dev/null &
npx hardhat run scripts/deploy.ts --network localhost
yarn hardhat > /dev/null &
yarn hardhat-deploy
- name: Start Safe Transaction Service
run: |
Expand All @@ -70,13 +69,13 @@ jobs:
-T api \
npx nx run api:test --verbose
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: apps/api
# - name: SonarCloud Scan
# uses: SonarSource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# with:
# projectBaseDir: apps/api

bumpVersion:
name: 'Bump Version on develop'
Expand Down

0 comments on commit 53c6522

Please sign in to comment.