diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 17b02195..5e9919c8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -80,6 +80,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: gacts/install-hurl@v1 - - run: hurl test/prod.hurl + - run: hurl --test test/prod.hurl env: HURL_api_token: ${{ secrets.API_TOKEN }}