Skip to content

Update testcontainers requirement from 0.17.0 to 0.18.0 in /rust-tokio #137

Update testcontainers requirement from 0.17.0 to 0.18.0 in /rust-tokio

Update testcontainers requirement from 0.17.0 to 0.18.0 in /rust-tokio #137

Workflow file for this run

# Generated file. DO NOT EDIT.
'on':
push:
paths:
- rust-tokio/**
- .github/workflows/rust-tokio.yaml
pull_request:
paths:
- rust-tokio/**
- .github/workflows/rust-tokio.yaml
workflow_run:
workflows:
- scenario-server
types:
- completed
jobs:
test:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run == null || github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v4
- run: rustup update
- run: cargo test
defaults:
run:
working-directory: rust-tokio