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 5cacc53 commit dfb2221
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo ✓
- run: echo ':weeeee:'

build:
needs: authorize
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- run echo "PR sha ${{ github.event.pull_request.head.sha }}"
- run echo "ref_name ${{ github.ref_name }}"
- run echo "head_ref ${{ github.head_ref }}"
- run echo "ref ${{ github.ref }}"
- run echo "sha ${{ github.sha }}"
- run echo "event_name ${{ github.event_name }}"

- name: Checkout
uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -61,9 +67,8 @@ jobs:
- uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
GITHUB_EVENT_NAME:
${{ github.event_name == 'pull_request_target' && 'pull_request' ||
github.event_name }}
GIT_COMMIT_SHA:
${{ github.event.pull_request.head.sha || github.ref }}
with:
coverageCommand: xvfb-run -a yarn run cover
coverageLocations: ${{github.workspace}}/coverage/lcov.info:lcov
Expand Down

0 comments on commit dfb2221

Please sign in to comment.