Skip to content

Commit

Permalink
switches back to cwd..?
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwoert committed Jan 5, 2024
1 parent 68426ac commit dcc2f7f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ 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 @@ -32,15 +35,13 @@ jobs:
action: 'set_dep_version'
argument: '@magic-circle/client *'
- name: Output package json
working-directory: ./examples/simple
# 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: 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
# working-directory: ./examples/simple
run: cd examples/simple && npm i
run: npm i
- name: Run Magic Circle
working-directory: ./examples/simple
run: npm run build:editor

0 comments on commit dcc2f7f

Please sign in to comment.