|
|
@ -659,9 +659,9 @@ jobs: |
|
|
|
${{ runner.os }}-build-${{ env.cache-name }}- |
|
|
|
${{ runner.os }}-build-${{ env.cache-name }}- |
|
|
|
${{ runner.os }}-build- |
|
|
|
${{ runner.os }}-build- |
|
|
|
${{ runner.os }}- |
|
|
|
${{ runner.os }}- |
|
|
|
- name: setup mysql |
|
|
|
- name: setup mysql |
|
|
|
working-directory: ./ |
|
|
|
working-directory: ./ |
|
|
|
run: docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
run: docker-compose -f ./scripts/docker-compose-cypress.yml up -d |
|
|
|
- name: run unit tests |
|
|
|
- name: run unit tests |
|
|
|
working-directory: ./packages/nocodb |
|
|
|
working-directory: ./packages/nocodb |
|
|
|
run: npm run test:unit |
|
|
|
run: npm run test:unit |