Skip to content

Catch and log all exceptions during docker processing. #152

Catch and log all exceptions during docker processing.

Catch and log all exceptions during docker processing. #152

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: arc-runners-small
timeout-minutes: 30
steps:
- uses: actions/checkout@v6
- uses: ./.github/workflows/actions/prepare
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: hyperskill.azurecr.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: docker pull hyperskill.azurecr.io/epicbox/python:3.11.5-c0347e7d1
- run: poetry run pytest .