Skip to content

Commit

Permalink
Update acceptance-workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
  • Loading branch information
quiet-node committed Jan 22, 2025
1 parent 03c2d04 commit 443c619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/acceptance-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
- name: Checkout repo
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# - name: Install packages
# run: npm ci
- name: Install packages
run: npm ci

- name: Create .env file
run: cp ./packages/server/tests/${{ inputs.envfile }} .env
Expand All @@ -85,8 +85,8 @@ jobs:
# - name: Install pnpm
# run: npm install -g pnpm

# - name: Build Typescript
# run: npx lerna run build
- name: Build Typescript
run: npx lerna run build

# - name: Install hedera local
# run: npm install @hashgraph/hedera-local -g
Expand Down

0 comments on commit 443c619

Please sign in to comment.