Skip to content

Commit

Permalink
ci: apply previous build workflow fix to e2e workflow (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShootingKing-AM authored Oct 2, 2023
1 parent 80425b9 commit 72becdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_V }}
- run: npm ci
- run: |
npm install obsidian
npm ci
- run: npm run build --if-present
# - run: npm test

Expand Down

0 comments on commit 72becdf

Please sign in to comment.