Skip to content

Commit

Permalink
(core) updates from grist-core
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Apr 15, 2024
2 parents 6f3cd1e + fe9cc80 commit 4567fad
Show file tree
Hide file tree
Showing 46 changed files with 2,828 additions and 288 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: [3.9]
node-version: [18.x]
tests:
- ':lint:python:client:common:smoke:'
- ':lint:python:client:common:smoke:stubs:'
- ':server-1-of-2:'
- ':server-2-of-2:'
- ':nbrowser-^[A-G]:'
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: yarn run build:prod

- name: Install chromedriver
if: contains(matrix.tests, ':nbrowser-') || contains(matrix.tests, ':smoke:')
if: contains(matrix.tests, ':nbrowser-') || contains(matrix.tests, ':smoke:') || contains(matrix.tests, ':stubs:')
run: ./node_modules/selenium-webdriver/bin/linux/selenium-manager --driver chromedriver

- name: Run smoke test
Expand All @@ -92,6 +92,10 @@ jobs:
if: contains(matrix.tests, ':common:')
run: yarn run test:common

- name: Run stubs tests
if: contains(matrix.tests, ':stubs:')
run: MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:stubs

- name: Run server tests with minio and redis
if: contains(matrix.tests, ':server-')
run: |
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,6 @@ The `grist-core`, `grist-electron`, and `grist-static` repositories are all open
https://user-images.githubusercontent.com/118367/151245587-892e50a6-41f5-4b74-9786-fe3566f6b1fb.mp4

## 2024 - We're hiring a Systems Engineer!

We are looking for a friendly, capable engineer to join our small
team. You will have broad responsibility for the ease of installation
and maintenance of Grist as an application and service, by our
clients, by self-hosters, and by ourselves.
Read the [full job posting](https://www.getgrist.com/job-systems-engineer/)
or jump into the puzzle that comes with it by just running this:

```
docker run -it gristlabs/grist-twist
```

## Features

Grist is a hybrid database/spreadsheet, meaning that:
Expand Down
Loading

0 comments on commit 4567fad

Please sign in to comment.