Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Jan 15, 2025
1 parent d6f64d6 commit 2fc21c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Rust
uses: actions-rust-lang/setup-rust-toolchain@v1.10.1

- name: Build Docker image
run: docker build -t test-image .

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
test-rules:
uses: './.github/workflows/test-rules.yaml'

test-docker:
uses: './.github/workflows/docker.yml'
test-docker-build:
uses: './.github/workflows/docker-build.yml'

integration-tests:
uses: './.github/workflows/integration-tests.yaml'
Expand Down

0 comments on commit 2fc21c6

Please sign in to comment.