Skip to content

Commit

Permalink
Update health directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tbsklg committed Aug 15, 2024
1 parent 26d3b0f commit 18ec7b6
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18ec7b6

Please sign in to comment.