From c8b96e43b7f60d6740e010bab667a04551866748 Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Mon, 30 Dec 2024 18:39:08 +0000 Subject: [PATCH] Add debugging output --- .github/workflows/rest-api-fuzzer.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/rest-api-fuzzer.yml b/.github/workflows/rest-api-fuzzer.yml index 9fdfe23b6e..935bdcc24d 100644 --- a/.github/workflows/rest-api-fuzzer.yml +++ b/.github/workflows/rest-api-fuzzer.yml @@ -53,11 +53,16 @@ jobs: - name: Build RESTler run: | python ${{ github.workspace }}/restler-fuzzer/build-restler.py --dest_dir ${{ github.workspace }}/bin + - name: Debug the built output + run: | + ls -la ${{ github.workspace }}/bin/restler + ls -la ${{ github.workspace }}/bin/restler/restler - uses: actions/checkout@v4 name: Checkout speckle-server with: path: 'speckle-server' + - name: Compile RESTler grammar from OpenAPI specification run: | ${{ github.workspace }}/bin/restler/restler compile --api_spec ${{ github.workspace }}/speckle-server/utils/specifications/speckle-server.openapi.json