mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-27 06:45:45 +00:00
chore(fix) cypress path corrections for ci-cd
Signed-off-by: Raju Udava <sivadstala@gmail.com>
This commit is contained in:
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
@@ -44,6 +44,7 @@ jobs:
|
||||
spec: "./scripts/cypress/integration/test/masterSuiteRest.js"
|
||||
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js"
|
||||
wait-on-timeout: 1200
|
||||
config-file: scripts/cypress.json
|
||||
cypress-graphql-run:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
@@ -78,6 +79,7 @@ jobs:
|
||||
spec: "./scripts/cypress/integration/test/masterSuiteGql.js"
|
||||
wait-on: "http://localhost:8080, http://localhost:3000/_nuxt/runtime.js"
|
||||
wait-on-timeout: 1200
|
||||
config-file: scripts/cypress.json
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user