Skip to content

Commit

Permalink
ci: run on push to develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 16, 2023
1 parent c9bafbd commit f4d4800
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: Test

on:
push:
branches: [main, develop-0.3]
pull_request:
branches: [main, develop-0.3]
push:
branches: [develop, main]

env:
CARGO_TERM_COLOR: always
Expand All @@ -24,7 +23,7 @@ jobs:
- 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: 1 addition & 1 deletion build-fixture.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -e

cd fixture/zomes/foo
cargo build --release --target wasm32-unknown-unknown --target-dir ./target
cd ../.. # into fixtures
hc dna pack . -o test.dna
hc app pack . -o test.happ
cd .. # into root folder

0 comments on commit f4d4800

Please sign in to comment.