Content-Length: 192123 | pFad | http://github.com/sio/cirrus-run/actions/runs/6811063355/workflow

4D Update link domain name to potyarkin.com · sio/cirrus-run@1a7fcbd · GitHub
Skip to content

Execute automated tests #63

Execute automated tests

Execute automated tests #63

Workflow file for this run

---
name: Execute automated tests
on:
push:
pull_request:
schedule:
- cron: '12 11 9 * *'
jobs:
pytest:
runs-on: ubuntu-latest
env:
PIP_CACHE_DIR: cache
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
with:
path: cache
key: increment to drop caches -- v01
- name: Install required system packages
run: sudo apt update; sudo apt -y install python3-venv
- run: make test
build:
needs: pytest
runs-on: ubuntu-latest
env:
DOCKER_REGISTRY_PASSWD: ${{ secrets.DOCKER_REGISTRY_PASSWD }}
steps:
- uses: actions/checkout@v1
- run: |
echo $DOCKER_REGISTRY_PASSWD | docker login -u potyarkin --password-stdin
docker build --pull --tag potyarkin/cirrus-run:latest .
- if: github.ref == 'refs/heads/master'
run: |
docker push potyarkin/cirrus-run:latest








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/sio/cirrus-run/actions/runs/6811063355/workflow

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy