Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
louiseschmidtgen committed Jan 7, 2025
1 parent 1a5e2ed commit a65cb7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/k8s-snap-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
sudo snap download k8s --channel=latest/edge --basename k8s
- name: Install lxd
uses: canonical/k8s-snap/.github/actions/install-lxd
uses: canonical/k8s-snap/.github/actions/install-lxd@main
- name: Build k8s-dqlite
run: |
make static
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
name: K8s-snap Performance Test
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- name: Checking out repo
uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -45,7 +41,7 @@ jobs:
sudo apt install r-base
sudo Rscript -e 'install.packages(c("ggplot2", "dplyr", "optparse"), repos="https://cloud.r-project.org")'
- name: Install lxd
uses: canonical/k8s-snap/.github/actions/install-lxd
uses: canonical/k8s-snap/.github/actions/install-lxd@main
- name: Download latest k8s-snap
run: |
sudo snap download k8s --channel=latest/edge --basename k8s
Expand Down

0 comments on commit a65cb7d

Please sign in to comment.