Skip to content

Commit

Permalink
Merge pull request #245 from aws-geospatial/enhancement_ALS-1792_upda…
Browse files Browse the repository at this point in the history
…te-creds-and-websocket-implementation-new

[Enhancement] [ALS-1792] Update creds and websocket implementation (Updated)
  • Loading branch information
mbalfour-amzn authored Aug 21, 2024
2 parents 010aa08 + 5edaade commit 87ed84c
Show file tree
Hide file tree
Showing 91 changed files with 2,142 additions and 4,517 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,12 @@ jobs:
echo "VITE_PRICING_PAGE=${{ secrets.VITE_PRICING_PAGE }}" >> .env
echo "VITE_CUSTOM_ASSETS_URL=${{ secrets.VITE_CUSTOM_ASSETS_URL }}" >> .env
- name: Clone the amazon-location-web-marketing repository
run: |
mkdir -p ../amazon-location-web-marketing-temp
git clone --branch main https://${{ secrets.GH_USERNAME }}:${{ secrets.GH_PAT }}@github.com/aws-geospatial/amazon-location-web-marketing.git ../amazon-location-web-marketing-temp
- name: Create build
run: npm run create-build-with-demo-lib
- name: Install dependencies
run: npm install

- name: Run build
- name: Run local server
run: |
npm run start-build &
npm run dev &
echo "Server started"
sleep 10
Expand Down
58 changes: 0 additions & 58 deletions extra/create-build-with-demo-lib/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions extra/create-build-with-demo-lib/package.json

This file was deleted.

Loading

0 comments on commit 87ed84c

Please sign in to comment.