We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca2609 commit 01214b8Copy full SHA for 01214b8
1 file changed
.github/workflows/build-sb.yml
@@ -14,7 +14,7 @@ jobs:
14
# This workflow contains a single job called "build"
15
build:
16
# The type of runner that the job will run on
17
- runs-on: windows-latest
+ runs-on: ubuntu-latest
18
19
strategy:
20
matrix:
@@ -37,7 +37,6 @@ jobs:
37
working-directory: ./browser
38
39
- name: Build the samples browser to ensure it compiles
40
- run: npm run build
41
- working-directory: ./browser
+ run: cd ./browser & npm run build
42
env:
43
NODE_OPTIONS: "--max_old_space_size=4096"
0 commit comments