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:
parent
d79c4524dc
commit
3542c6c9e0
21
.github/workflows/docker-tests.yml
vendored
21
.github/workflows/docker-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user