Skip to content

Commit

Permalink
ci(test): free space so the action can run
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 4, 2024
1 parent 05f69fa commit c399739
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
run: |
brew install gnu-sed
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH" >> $GITHUB_PATH
- if: ${{ steps.changes.outputs.template == 'true' && matrix.os == 'ubuntu-latest' }}
name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
- if: steps.changes.outputs.template == 'true'
uses: gacts/run-and-post-run@v1
with:
Expand Down
18 changes: 12 additions & 6 deletions pix-ctl-full/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 pix-ctl-full/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
purs-nix.follows = "ctl-nix/purs-nix";
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
utils.url = "github:ursi/flake-utils";
script.url = "path:../iogx-plutus";
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
};

outputs = { self, utils, ... }@inputs:
Expand Down
18 changes: 12 additions & 6 deletions pix-ctl/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 pix-ctl/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
purs-nix.follows = "ctl-nix/purs-nix";
ps-tools.follows = "ctl-nix/purs-nix/ps-tools";
utils.url = "github:ursi/flake-utils";
script.url = "path:../iogx-plutus";
script.url = "github:LovelaceAcademy/nix-templates/change-cache?dir=iogx-plutus";
};

outputs = { self, utils, ... }@inputs:
Expand Down

0 comments on commit c399739

Please sign in to comment.