Skip to content

Commit

Permalink
fix: add xnft to master CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshiposha committed Nov 13, 2023
1 parent 661eb94 commit f8a205d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
xcm:
uses: ./.github/workflows/xcm.yml
secrets: inherit # pass all secrets from initial workflow to nested

xnft:
uses: ./.github/workflows/xnft.yml
secrets: inherit # pass all secrets from initial workflow to nested

collator-selection:
uses: ./.github/workflows/collator-selection.yml
Expand Down

0 comments on commit f8a205d

Please sign in to comment.