[go: up one dir, main page]

File: tests.yml

package info (click to toggle)
cozy 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: python: 8,014; xml: 392; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Tests

on:
  push:
    branches:
      - "main"
      - "master"
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    container:
      image: ghcr.io/geigi/cozy-ci:main
    
    steps:
    - uses: actions/checkout@v4

    - name: Run pytest
      run: pytest