Skip to content

Commit

Permalink
ci: 🎡 run the build
Browse files Browse the repository at this point in the history
  • Loading branch information
Clete2 committed Jul 27, 2023
1 parent 174b4eb commit 8c5f87e
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/git-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: prepare log retention setter
uses: actions/upload-artifact@v3
with:
name: log_retention_setter
path: dist/log_retention_setter/bootstrap
- name: prepare global retention setter
uses: actions/upload-artifact@v3
- uses: actions/checkout@v2
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
name: global_retention_setter
path: dist/global_retention_setter/bootstrap
run: ./scripts/build-release.sh # Builds for ARM Lambda
toolchain: stable
override: true
components: rustfmt, clippy
- name: Install cargo commands
uses: actions-rs/cargo@v1
with:
command: install
args: cargo-lambda cargo-insta
- name: Build
run: ./scripts/build-release.sh # Builds for ARM Lambda
test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8c5f87e

Please sign in to comment.