Skip to content

Commit

Permalink
feat(config): Incorporate mfe runtime changes for frontend-platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
becdavid committed May 20, 2024
1 parent da6c789 commit 4a1a039
Show file tree
Hide file tree
Showing 6 changed files with 4,710 additions and 30,767 deletions.
2 changes: 2 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
FAVICON_URL=https://edx-cdn.org/v3/default/favicon.ico
MFE_CONFIG_API_URL='http://localhost:18000/api/v1/mfe_config'
APP_ID='learning'
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

jobs:
tests:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [12, 14, 16]
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -18,7 +15,7 @@ jobs:
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
node-version: 12
- name: Install dependencies
run: npm ci
- name: Validate package-lock.json changes
Expand Down
Loading

0 comments on commit 4a1a039

Please sign in to comment.