Skip to content

Commit

Permalink
ci(@dpc-sdp/nuxt-ripple-cli): updated cypress test action template to…
Browse files Browse the repository at this point in the history
… be more generic
  • Loading branch information
jeffdowdle committed Aug 17, 2023
1 parent 7dfed15 commit f98c858
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
uses: cypress-io/github-action@v5
env:
DEBUG: '@cypress/github-action'
NUXT_PUBLIC_TIDE_BASE_URL: 'https://develop.content.reference.sdp.vic.gov.au/'
NUXT_PUBLIC_TIDE_SITE: '8888'
NUXT_PUBLIC_TIDE_BASE_URL: 'https://test.base.url/'
NUXT_PUBLIC_TIDE_SITE: 'TEST_SITE'
NUXT_PUBLIC_API_URL: 'http://localhost:3001'
API_PORT: '3001'
NODE_AUTH_TOKEN: ${{secrets.GPR_NPM_INSTALL_TOKEN}}
with:
build: npm run build
start: npm start
wait-on: 'http://localhost:3000/api/tide/site?id=8888'
wait-on: 'http://localhost:3000/assets/fonts/VIC-Regular.woff2'

0 comments on commit f98c858

Please sign in to comment.