Skip to content

Commit

Permalink
another attempt to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 5, 2024
1 parent 3f19562 commit 68426ac
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ jobs:
install:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: examples/simple
steps:
- uses: actions/checkout@v4
- name: Use Node.js
Expand All @@ -35,8 +32,15 @@ jobs:
action: 'set_dep_version'
argument: '@magic-circle/client *'
- name: Output package json
working-directory: ./examples/simple
run: cat package.json
- name: Clean repo
run: rm -rf .husky && rm package.json && rm package-lock.json && rm -rf core && rm -rf plugins
- name: Show content
run: ls
- name: Setup repo
run: npm i
# working-directory: ./examples/simple
run: cd examples/simple && npm i
- name: Run Magic Circle
working-directory: ./examples/simple
run: npm run build:editor

0 comments on commit 68426ac

Please sign in to comment.