Revert "actions: add docker-tests.yml"

This reverts commit d79c4524dc.
pull/79/head
Jake McGinty 2021-05-10 14:00:04 +09:00
parent d79c4524dc
commit 3542c6c9e0
1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
name: Docker Image CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker images
run: docker-tests/build-docker-images.sh
- name: Run the Docker tests
run: docker-tests/run-docker-tests.sh