Skip to content

Commit

Permalink
ci: fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
da2ce7 committed Oct 15, 2023
1 parent 11ef88a commit 3305e74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ jobs:
push: false
load: true
target: ${{ matrix.target }}
tags: torrust-tracker:local
tags: torrust-index:local
cache-from: type=gha
cache-to: type=gha

- id: inspect
name: Inspect
run: docker image inspect torrust-tracker:local
run: docker image inspect torrust-index:local

- id: checkout
name: Checkout Repository
Expand All @@ -66,7 +66,7 @@ jobs:
- id: check
name: Check Context
run: |
if [[ "${{ github.repository }}" == "torrust/torrust-tracker" ]]; then
if [[ "${{ github.repository }}" == "torrust/torrust-index" ]]; then
if [[ "${{ github.event_name }}" == "push" ]]; then
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
toolchain: ${{ matrix.toolchain }}

- id: imdl
name: Install Intermodal
run: cargo install imdl

- id: test
name: Run Unit Tests
run: cargo test --tests --benches --examples --workspace --all-targets --all-features
Expand Down

0 comments on commit 3305e74

Please sign in to comment.