Skip to content

Commit

Permalink
Merge pull request #24 from neo4j-labs/feature/githubActions
Browse files Browse the repository at this point in the history
standardize to port 3000
  • Loading branch information
msenechal authored Jan 16, 2024
2 parents 3991135 + fbe05b6 commit 1904cfa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/master-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
- run: yarn install
- name: Eslint check
run: yarn run lint
- name: Cypress run
uses: cypress-io/github-action@v4
with:
build: yarn run build
start: yarn run dev
deploy-docs:
needs: build-test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1904cfa

Please sign in to comment.