Browse Source

Merge pull request #1 from timkimber/gitactions-ci

Gitactions ci
pull/740/head
Tim Kimber 6 years ago
committed by GitHub
parent
commit
077aeb3c71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions
  1. +18
    -0
      .github/workflows/run-all-tests.yml
  2. +2
    -0
      .vscode/settings.json

+ 18
- 0
.github/workflows/run-all-tests.yml View File

@ -0,0 +1,18 @@
name: Run all tests
on: repository_dispatch
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build the docker-compose stack
run: docker-compose up -d --build
- name: Sleep
uses: jakejarvis/wait-action@master
with:
time: '60s'
- name: Check running containers
run: docker ps
- name: Run test suite
run: docker exec ubuntu bats /getssl/test

+ 2
- 0
.vscode/settings.json View File

@ -5,7 +5,9 @@
"challtestsrv",
"dnsserver",
"dnsutils",
"duckdns",
"epel",
"gatsbyjs",
"getssl",
"godebug",
"ipam",


Loading…
Cancel
Save