1
0
mirror of https://github.com/tonarino/innernet.git synced 2025-01-22 05:08:49 +02:00

Revert "actions: add docker-tests.yml"

This reverts commit d79c4524dc126c0cb8c1591759b7cc90494df393.
This commit is contained in:
Jake McGinty 2021-05-10 14:00:04 +09:00
parent d79c4524dc
commit 3542c6c9e0

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