Skip to content
Closed

change #1394

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/deploy-storybook-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ jobs:
#
# Install dependencies and build Storybook
#

- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: "16"

- name: Install dependencies
run: yarn install --frozen-lockfile && yarn build-storybook
working-directory: ./frontend
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Filecoin System Test Matrix

> 💊😎 The "Red Pill" for Filecoin node implementations
> 💊😎 The "Red Pill" for Filecoin node implementations

The Filecoin System Test Matrix is a dashboard with a detailed list of Filecoin features and behaviors and a mapping between those features and test suites, systems and subsystems that those features are related to.

The main goal of this project is closing the discrepancy between specification and the actual state of implementations.

- The *official* resource for the expected behavior of Filecoin node implementations is the Filecoin Specification [^1]. It is written as *prose* and it's quite verbose (*and that's the way it should be*).
- The System Test Matrix can be used to evaluate the state of Filecoin node implementations (such as lotus [^2], venus [^3] etc) *at a glance* and help new contributors understand how the Filecoin network works.
- The _official_ resource for the expected behavior of Filecoin node implementations is the Filecoin Specification [^1]. It is written as _prose_ and it's quite verbose (_and that's the way it should be_).
- The System Test Matrix can be used to evaluate the state of Filecoin node implementations (such as lotus [^2], venus [^3] etc) _at a glance_ and help new contributors understand how the Filecoin network works.

## Components

Expand Down Expand Up @@ -47,6 +47,7 @@ The CI scraper has it's own [README file](scraper/README.md)
- Venus System Test Matrix: https://venus.systemtestmatrix.com/

---

[^1]: https://spec.filecoin.io/
[^2]: https://github.com/filecoin-project/lotus
[^3]: https://github.com/filecoin-project/venus
Expand Down