Skip to content

Commit

Permalink
Merge branch 'main' into enable-force
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias authored Feb 28, 2024
2 parents 8557fe4 + 305584a commit 7339ffb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,13 @@ jobs:

- name: Install DCM
uses: CQLabs/setup-dcm@v1
if: github.repository == 'leoafarias/fvm'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Run DCM
uses: CQLabs/dcm-action@v1
if: github.repository == 'leoafarias/fvm'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ci_key: oss
Expand Down Expand Up @@ -87,13 +89,4 @@ jobs:
sdk-version: ${{ github.event.inputs.sdk-version }}

- name: Tests
uses: ./.github/actions/test

linkinator:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JustinBeckwith/linkinator-action@v1
with:
concurrency: 3
markdown: true
uses: ./.github/actions/test

0 comments on commit 7339ffb

Please sign in to comment.