Skip to content

Commit

Permalink
Attempt fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 2, 2024
1 parent bfdaaae commit 14fee29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-scaffold-holochain-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: darksoil-studio

- name: Test scaffold-holochain-runtime
if: ${{ matrix.os == 'ubuntu-latest' }} # in macos-latest, this fails with "no space left on device" error
run: |
cargo test -p scaffold-holochain-runtime
sh ./crates/scaffold-holochain-runtime/run_test.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-scaffold-tauri-happ.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
name: darksoil-studio

- name: Test scaffold-tauri-happ
if: ${{ matrix.os == 'ubuntu-latest' }} # in macos-latest, this fails with "no space left on device" error
run: |
cargo test -p scaffold-tauri-happ
sh ./crates/scaffold-tauri-happ/run_test.sh
Expand Down

0 comments on commit 14fee29

Please sign in to comment.