From 80ef76747a203e8f1c58108ce9c83580dcd03ba8 Mon Sep 17 00:00:00 2001 From: Luke Roy Date: Fri, 4 Nov 2022 16:34:36 +0100 Subject: [PATCH] Test code github action --- .github/workflows/run-tests.yml | 42 +++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/run-tests.yml diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml new file mode 100644 index 0000000..2518fff --- /dev/null +++ b/.github/workflows/run-tests.yml @@ -0,0 +1,42 @@ +# This is a basic workflow to help you get started with Actions + +name: Python Runtimes Build and Test + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "master" branch + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + + workflow_dispatch: + +jobs: + + Test: + + runs-on: ubuntu-latest + + steps: + - name: Check out the repo + uses: actions/checkout@v2 + + - name: update ca certificates + run: sudo update-ca-certificates --fresh + + - name: Setup + run: ./tools/travis/setup.sh + + - name: Fix Old ansible + run: python -m pip install --user ansible==2.8.18 + + - name: Build + run: ./tools/travis/build.sh + + - name: Deploy + run: ./tools/travis/deploy.sh + + - name: Test + run: ./tools/travis/test.sh + pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy