Skip to content

Commit

Permalink
chore(ci): Fix hook-migrator CI, better name rust checks
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Jun 12, 2024
1 parent 46eb8fc commit f9faa03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-hook-migrator-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: ghcr.io/posthog/hog-rs/hook-migrator
images: ghcr.io/posthog/posthog/hook-migrator
tags: |
type=ref,event=pr
type=ref,event=branch
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- 'rust/**'
build:
name: Build rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
run: cargo build --all --locked --release && find target/release/ -maxdepth 1 -executable -type f | xargs strip

test:
name: Test rust services
needs: changes
runs-on: depot-ubuntu-22.04-4
timeout-minutes: 10
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
run: cargo test --all-features

linting:
name: Lint rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down Expand Up @@ -163,6 +166,7 @@ jobs:
run: cargo check --all-features

shear:
name: Shear rust services
needs: changes
runs-on: depot-ubuntu-22.04-4

Expand Down

0 comments on commit f9faa03

Please sign in to comment.