Skip to content

Commit 01214b8

Browse files
committed
fix(ci): try setting work dir for gulp like this
1 parent 9ca2609 commit 01214b8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build-sb.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# This workflow contains a single job called "build"
1515
build:
1616
# The type of runner that the job will run on
17-
runs-on: windows-latest
17+
runs-on: ubuntu-latest
1818

1919
strategy:
2020
matrix:
@@ -37,7 +37,6 @@ jobs:
3737
working-directory: ./browser
3838

3939
- name: Build the samples browser to ensure it compiles
40-
run: npm run build
41-
working-directory: ./browser
40+
run: cd ./browser & npm run build
4241
env:
4342
NODE_OPTIONS: "--max_old_space_size=4096"

0 commit comments

Comments
 (0)