Skip to content

Commit

Permalink
check values
Browse files Browse the repository at this point in the history
  • Loading branch information
mattseddon committed Oct 21, 2022
1 parent 9c59ba3 commit 31c513a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- run echo "${{ github.event.pull_request.head.sha }}"
- run echo "${{ github.ref_name }}"
- run echo "${{ github.ref }}"
- run echo "${{ github.head_ref }}"
- run echo "${{ github.sha }}"
- run echo "${{ github.event_name }}"

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -60,6 +67,9 @@ jobs:
- uses: paambaati/codeclimate-action@v3.1.1
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
GITHUB_EVENT_NAME:
${{ github.event_name == 'pull_request_target' && 'pull_request' ||
github.event_name }}
with:
coverageCommand: xvfb-run -a yarn run cover
coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov
Expand Down

0 comments on commit 31c513a

Please sign in to comment.