Skip to content

copy remaining buildkite workflows to github actions #4

copy remaining buildkite workflows to github actions

copy remaining buildkite workflows to github actions #4

Workflow file for this run

name: Upgradability
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
merge_group:
jobs:
cargo_nextest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
cd pytest

Check failure on line 18 in .github/workflows/upgradability.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/upgradability.yml

Invalid workflow file

You have an error in your yaml syntax on line 18
pip3 install --user -r requirements.txt
python3 tests/sanity/upgradable.py