Skip to content

Commit

Permalink
build: update flake & JS packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 22, 2023
1 parent 595a6f0 commit 5ec6332
Show file tree
Hide file tree
Showing 6 changed files with 918 additions and 3,999 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Run tests
on:
pull_request:
push:
branches:
- "main*"
branches: [develop, main]

concurrency:
group: ${{ github.ref_name }}
Expand All @@ -20,10 +19,10 @@ jobs:

steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v23

- name: Set up cachix
uses: cachix/cachix-action@v12
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ npm install @holochain/tryorama

**Tryorama v0.15.x** is compatible with **JS client v0.16.x** and **Holochain v0.2.x**.

**Tryorama v0.16.x** is compatible with **JS client v0.17.x** and **Holochain v0.3.x**.

## Example

With a few lines of code you can start testing your Holochain application. The
Expand Down
44 changes: 22 additions & 22 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
inputs = {
nixpkgs.follows = "holonix/nixpkgs";

versions.url = "github:holochain/holochain?dir=versions/0_2";
versions.url = "github:holochain/holochain?dir=versions/weekly";
holonix.url = "github:holochain/holochain";
holonix.inputs.versions.follows = "versions";
};
Expand Down
Loading

0 comments on commit 5ec6332

Please sign in to comment.