Skip to content

Commit

Permalink
Merge pull request #4861 from werf/test-e2e-install-buildah
Browse files Browse the repository at this point in the history
ci: install buildah for e2e tests
  • Loading branch information
ilya-lesikov committed Aug 26, 2022
2 parents cb2497b + 0dc839b commit 17ffd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_test_e2e_regular.yml
Expand Up @@ -32,8 +32,8 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: Install werf build dependencies
run: sudo apt-get install -y libbtrfs-dev
- name: Install system dependencies
run: sudo apt-get install -y libbtrfs-dev buildah

- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 17ffd91

Please sign in to comment.