Skip to content

Commit

Permalink
test ci debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael-Marchese committed Oct 30, 2023
1 parent df2a398 commit b568fd2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4

- name: Create template from API Platform
run: git clone https://github.com/api-platform/api-platform api-template/

- name: Create an existing project
run: |
git clone https://github.com/api-platform/api-platform project/
cd project/
pwd
git reset --hard da8b1bac32b13abeb4a3c8b32a6449f0486f904c
- name: Run Script
run:
./template-sync.sh api-template --debug
./template-sync.sh https://github.com/api-platform/api-platform --debug


0 comments on commit b568fd2

Please sign in to comment.