diff --git a/.github/workflows/run-all-tests-debug.yml b/.github/workflows/run-all-tests-debug.yml index 27fd3bd..29a7fb1 100644 --- a/.github/workflows/run-all-tests-debug.yml +++ b/.github/workflows/run-all-tests-debug.yml @@ -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 diff --git a/spotty.yaml b/spotty.yaml index 4bac533..2eefdd1 100644 --- a/spotty.yaml +++ b/spotty.yaml @@ -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: - -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: + +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