Move docker tests after api/unit testing

It makes more sense to structure the order of tests to go from api and
unit testing -> validate docker image works as expected -> build and
deploy docker image.
pull/555/head
Ben Busby 3 years ago
parent 79a4a17311
commit a8afd49f84
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

@ -1,9 +1,14 @@
name: docker_tests
on: [push, pull_request]
on:
workflow_run:
workflows: ["tests"]
branches: [main]
types:
- completed
jobs:
test:
on-success:
runs-on: ubuntu-latest
steps:
- name: checkout code

Loading…
Cancel
Save