Skip to content

Commit

Permalink
debugging; not showing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nowei committed Nov 11, 2024
1 parent 16f7392 commit 73dd917
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73dd917

Please sign in to comment.