File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,17 @@ jobs:
2222 - uses : actions/checkout@v4
2323 with :
2424 fetch-depth : 10
25-
2625 - name : Use Node.js 20.x
2726 uses : actions/setup-node@v4
2827 with :
2928 node-version : 20.x
30-
3129 - run : npm ci
32-
33- # Uncomment to debug workflow
34- # - name: Setup upterm session
35- # uses: lhotari/action-upterm@v1
36-
3730 - name : Test Browser
3831 run : npm run test:browser
3932 env :
4033 CI : true
4134 BROWSERSTACK_USER : ${{ secrets.BROWSERSTACK_USER }}
4235 BROWSERSTACK_ACCESS_KEY : ${{ secrets.BROWSERSTACK_ACCESS_KEY }}
43-
4436 - run : npx bundlewatch --config bundlewatch.config.json
4537 env :
4638 BUNDLEWATCH_GITHUB_TOKEN : ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ module.exports = {
55 } ,
66 entry : {
77 all : './example-all.js' ,
8- allRequire : './example-all-require.js' ,
98 v1 : './example-v1.js' ,
109 v4 : './example-v4.js' ,
1110 v7 : './example-v7.js' ,
You can’t perform that action at this time.
0 commit comments