Skip to content

Commit

Permalink
try disable cache in ci ec2 functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <15379156+potsrevennil@users.noreply.github.com>
  • Loading branch information
potsrevennil committed Oct 12, 2024
1 parent 83550d9 commit 25ecafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/bench
with:
nix-shell: bench
nix-shell: ci
nix-cache: false
name: ${{ inputs.name }}
cflags: ${{ inputs.cflags }}
archflags: ${{ inputs.archflags }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci_ec2_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
- name: Functional Tests
uses: ./.github/actions/multi-functest
with:
nix-cache: false
cflags: ${{ inputs.cflags }}
compile_mode: ${{ inputs.compile_mode }}
opt: ${{ inputs.opt }}
Expand Down

0 comments on commit 25ecafa

Please sign in to comment.