mirror of
https://github.com/nocodb/nocodb.git
synced 2021-05-28 01:26:26 +03:00
Github action - cypress configuration
This commit is contained in:
2
.github/workflows/node.yml
vendored
2
.github/workflows/node.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Cypress run
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
start: docker run -p 8080:8080 -p 8081:8081 -p 8082:8082 -d --name xc-instant --env nocodb/nocodb:latest ; sleep 10
|
||||
start: docker run -p 8080:8080 -d --name xc-instant nocodb/nocodb:latest ; sleep 10
|
||||
wait-on: 'http://localhost:8080/dashboard'
|
||||
docker:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user