Skip to content

Commit

Permalink
ci: Don't wait for generated project's CI
Browse files Browse the repository at this point in the history
It's already tested by the upstream template.
  • Loading branch information
pawamoy committed Oct 12, 2024
1 parent c193911 commit e17c62b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 73 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,36 +93,3 @@ jobs:

- name: Test project generation and workflow
run: bash tests/test_project.sh

test-project-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Configure Git
run: |
git config --global init.defaultBranch main
git config --global user.email "dev@pawamoy.fr"
git config --global user.name "Timothée Mazzucotelli"
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.12"

- name: Setup uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
cache-dependency-glob: project/pyproject.toml.jinja

- name: Install Copier
run: uv tool install copier --with copier-templates-extensions

- name: Trigger and wait project's own CI
env:
GH_TOKEN: ${{ secrets.TESTING_PUSH_TOKEN }}
run: bash tests/wait_ci.sh
40 changes: 0 additions & 40 deletions tests/wait_ci.sh

This file was deleted.

0 comments on commit e17c62b

Please sign in to comment.