ci: coalesce integration-test and upgrade-test into one workflow

This commit is contained in:
Erik Sundell
2021-10-17 01:55:00 +02:00
parent 211abb95e1
commit f4feaa08b5
3 changed files with 63 additions and 72 deletions

View File

@@ -25,8 +25,10 @@ on:
jobs:
unit-test:
name: Unit tests
runs-on: ubuntu-18.04
container: ubuntu:18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2