Skip to content

Updates force password change flow to use Cypher first, falling back to dbms function call #550

Updates force password change flow to use Cypher first, falling back to dbms function call

Updates force password change flow to use Cypher first, falling back to dbms function call #550

Workflow file for this run

name: 'Arc PR e2e tests'
defaults:
run:
working-directory: src/neo4j-arc
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm -g install yarn
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn build