diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8489cb44..9c35b100 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: permissions: contents: read uses: ./.github/workflows/qa.yml - # with: - # ref: ${{ github.event.pull_request.head.sha }} + with: + ref: ${{ github.event.pull_request.head.sha }} publish-qa-results: name: Publish QA Results diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 5f5c0ab8..5f110950 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -60,6 +60,8 @@ jobs: run: yarn install --immutable env: CI: 1 + - name: Where am I? + run: echo "Whattttttttt" test-api: name: Test api-side code