Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jan 4, 2024
1 parent a69b83e commit cd1d151
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@ jobs:
with:
sdk-version: ${{ github.event.inputs.sdk-version }}

# - name: Install DCM
# uses: CQLabs/setup-dcm@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}

# - name: Run DCM
# uses: CQLabs/dcm-action@v1
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# folders: lib


- name: Tests
uses: ./.github/actions/test
if: matrix.os != 'ubuntu-latest'
Expand All @@ -56,17 +68,4 @@ jobs:
uses: codecov/codecov-action@v3
if: matrix.os == 'ubuntu-latest'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Install DCM
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run DCM
uses: CQLabs/dcm-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ci_key: ${{ secrets.DCM_CI_KEY }}
email: ${{ secrets.DCM_EMAIL }}
folders: lib
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cd1d151

Please sign in to comment.