diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index f7430f03..8b686cd9 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -122,12 +122,13 @@ jobs: QUALICHARGE_OAUTH2_TOKEN_ISSUER: http://test:8000 QUALICHARGE_EXECUTION_ENVIRONMENT: ci steps: - - name: Test context - if: ${{ github.event.pull_request.merged == false }} - run: false - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} + - name: Test context + if: ${{ github.event.pull_request.merged == false }} + run: | + false - name: Create postgis extension run: psql "postgresql://qualicharge:pass@localhost:5432/qualicharge-api" -c "create extension postgis;" - name: Install pipenv