Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 18, 2023
1 parent bca06ff commit 37b3bbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Set up Node.js lts/*
uses: actions/setup-node@v3
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ on:
- 'resources/rhino'
- 'resources/.test/**'

defaults:
run:
working-directory: sdk/web

jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: sdk/web

strategy:
matrix:
Expand Down

0 comments on commit 37b3bbb

Please sign in to comment.