Skip to content

Add an e2e test that uses upstream bundler #3

Add an e2e test that uses upstream bundler

Add an e2e test that uses upstream bundler #3

name: 4337 Module End-to-End Tests With Upstream Bundler
on:
schedule:
# * is a special character in YAML so you have to quote this string
# There's no direct way to schedule the job run every 2 weeks, instead we schedule it on the 1st and 15th of every month. The trick is taken from https://stackoverflow.com/a/46233330/7820085
- cron: '30 1 1,15 * *'
push:
jobs:
e2e-upstream-bundler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
cache: npm
cache-dependency-path: package-lock.json
- run: |
npm ci
npm run test:e2e:upstream -w modules/4337