Skip to content

Commit

Permalink
Merge pull request #1111 from neuroscout/adelavega-patch-1
Browse files Browse the repository at this point in the history
Set up baseURL for testing
  • Loading branch information
adelavega committed Jul 1, 2023
2 parents b46cfe6 + a3a8aa6 commit a3e7f32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
- uses: codecov/codecov-action@v1
if: matrix.type == 'backend'

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 16
if: matrix.type == 'frontend'
- uses: actions/cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion neuroscout/frontend/cypress.config.ts.tests
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default defineConfig({
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:4000',
baseUrl: 'http://localhost:3000',
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
},
})

0 comments on commit a3e7f32

Please sign in to comment.