Skip to content

test run test debug mode #18

test run test debug mode

test run test debug mode #18

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: |
# cd project/
# .././template-sync.sh https://github.com/api-platform/api-platform --debug
- name: Run test
run: ./test.sh