Skip to content

Commit

Permalink
Merge pull request #182 from Type-Style/dev
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
Type-Style authored Nov 20, 2024
2 parents 6a7cf15 + c39f599 commit ca255ac
Show file tree
Hide file tree
Showing 24 changed files with 935 additions and 217 deletions.
1 change: 1 addition & 0 deletions .env_example
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ KEY=
USER_XX=
USER_TEST=
MAPBOX=
TOMTOM=
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
KEY: ${{ secrets.KEY }}
USER_TEST: ${{ secrets.USER_TEST }}
MAPBOX: ${{ secrets.MAPBOX }}
TOMTOM: ${{ secrets.TOMTOM }}

steps:
- uses: actions/checkout@v3
Expand All @@ -28,7 +29,7 @@ jobs:
- run: npm run build --if-present
- name: Start server
run: |
sudo NODE_ENV=$NODE_ENV KEY=$KEY USER_TEST=$USER_TEST MAPBOX=$MAPBOX npm start &
sudo NODE_ENV=$NODE_ENV KEY=$KEY USER_TEST=$USER_TEST MAPBOX=$MAPBOX TOMTOM=$TOMTOM npm start &
sleep 16 # Give server some time to start
- name: Check if server is running
run: |
Expand Down
Loading

0 comments on commit ca255ac

Please sign in to comment.