Skip to content

Ayjayt circleci test #4

Ayjayt circleci test

Ayjayt circleci test #4

Workflow file for this run

name: test-wf
on: pull_request
jobs:
test-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v1
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install chromium-browser
- name: check dir
run: ls -la && pwd
- name: cat pyproject
run: cat pyproject.toml
- name: Install devtools
run: pip install --user .
- name: pip freeze
run: pip freeze
- name: test1
run: pytest
- name: test2
run: python app/test1.py
- name: diagnost
run: devtools_doctor