Skip to content

test ci debug mode

test ci debug mode #14

Workflow file for this run

on:
push:
pull_request:
branches: main
jobs:
test:
name: Simple Test
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Create an existing project
run: |
git clone https://github.com/api-platform/api-platform project/
cd project/
git reset --hard da8b1bac32b13abeb4a3c8b32a6449f0486f904c
- name: Run Script
run:
./template-sync.sh https://github.com/api-platform/api-platform --debug