Skip to content

Add dependabot

Add dependabot #1627

name: integration tests
env:
CI: true
on:
pull_request:
types: [ labeled, synchronize, opened, reopened ]
jobs:
integration_tests:
rust: stable

Check failure on line 10 in .github/workflows/integration_tests.yml

View workflow run for this annotation

GitHub Actions / integration tests

Invalid workflow file

The workflow is not valid. .github/workflows/integration_tests.yml (Line: 10, Col: 5): Unexpected value 'rust'
runs-on: ubuntu-latest
timeout-minutes: 10
if: ${{ github.event.label.name == 'integration tests' || contains(github.event.pull_request.labels.*.name, 'integration tests') }}
steps:
- name: Free disk space
run: |
df -h
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
df -h
- uses: actions/checkout@v1
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
components: rustfmt
profile: minimal
- uses: arduino/setup-protoc@v1
- name: Run integration tests using docker compose
run: ./scripts/integration_tests.sh