From 18ec7b64229b4e45e9bc256585b6bd69f2725073 Mon Sep 17 00:00:00 2001 From: Tobias Klug Date: Thu, 15 Aug 2024 09:01:56 +0200 Subject: [PATCH] Update health directory --- .github/workflows/terraform.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 78443a0..b642df2 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -19,10 +19,12 @@ jobs: - stable steps: - uses: actions/checkout@v4 - - run: pip3 install cargo-lambda - - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - - run: cargo lambda build --arm64 --release - - run: cargo test --verbose + - run: | + pip3 install cargo-lambda + rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} + cargo lambda build --arm64 --release + cargo test --verbose + working-directory: health deploy-infrastructure: runs-on: ubuntu-latest