Browse Source

Test scripts

pull/740/head
Tim Kimber 4 years ago
parent
commit
8ee8ebf847
2 changed files with 42 additions and 42 deletions
  1. +13
    -13
      .github/workflows/run-all-tests-debug.yml
  2. +29
    -29
      spotty.yaml

+ 13
- 13
.github/workflows/run-all-tests-debug.yml View File

@ -1,13 +1,13 @@
name: Run all tests DEBUG
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: Check running containers
run: docker ps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v1
name: Run all tests DEBUG
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: Check running containers
run: docker ps
- name: Setup tmate session
uses: mxschmitt/action-tmate@v1

+ 29
- 29
spotty.yaml View File

@ -1,29 +1,29 @@
project:
name: getssl-test
syncFilters:
- exclude:
- .git/*
- '*/__pycache__/*'
- .venv/*
- .history/*
container:
projectDir: /workspace
file: test/Dockerfile
volumeMounts:
- name: workspace
mountPath: /workspace
# commands: <init script to run here>
instances:
- name: m1
provider: aws
parameters:
region: eu-west-1
instanceType: m1.medium
amiId: ami-047bb4163c506cd98
maxPrice: 0.01
volumes:
- name: workspace
parameters:
size: 10
project:
name: getssl-test
syncFilters:
- exclude:
- .git/*
- '*/__pycache__/*'
- .venv/*
- .history/*
container:
projectDir: /workspace
file: test/Dockerfile
volumeMounts:
- name: workspace
mountPath: /workspace
# commands: <init script to run here>
instances:
- name: m1
provider: aws
parameters:
region: eu-west-1
instanceType: m1.medium
amiId: ami-047bb4163c506cd98
maxPrice: 0.01
volumes:
- name: workspace
parameters:
size: 10

Loading…
Cancel
Save