Skip to content

Commit

Permalink
fix: add missing env var to nuxt workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lambry committed Oct 29, 2024
1 parent 9447a2c commit a944778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nuxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
NUXT_PUBLIC_TIDE_SITE: 'TEST_SITE'
NUXT_PUBLIC_API_URL: 'http://localhost:3001'
NUXT_PUBLIC_TIDE_APP_SEARCH_ENGINE_NAME: 'TEST_ENGINE'
NUXT_PUBLIC_TIDE_ELASTICSEARCH_HOST: 'TEST_HOST'
API_PORT: '3001'
LOG_LEVEL: 'debug'
# DEBUG: '@cypress/github-action'
Expand Down

0 comments on commit a944778

Please sign in to comment.