Update .gitea/workflows/test.yml
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 20s
Run Pytest and Serve Report via LocalTunnel / tests (push) Failing after 20s
This commit is contained in:
@@ -13,17 +13,17 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Préparer le site Render
|
||||
run: |
|
||||
mkdir -p render-site
|
||||
cp ci-reports/html-report.html render-site/index.html
|
||||
|
||||
- name: Install Pixi and dependencies
|
||||
run: |
|
||||
curl -fsSL https://pixi.sh/install.sh | bash
|
||||
export PATH="$HOME/.pixi/bin:$PATH"
|
||||
pixi install
|
||||
|
||||
- name: Préparer le site Render
|
||||
run: |
|
||||
mkdir -p render-site
|
||||
cp ci-reports/html-report.html render-site/index.html
|
||||
|
||||
- name: Install Java for Allure
|
||||
run: |
|
||||
sudo apt update -y
|
||||
|
||||
Reference in New Issue
Block a user