Skip to content

chore: added integration to validate tests #2

chore: added integration to validate tests

chore: added integration to validate tests #2

name: "Test Integration"

Check failure on line 1 in .github/workflows/test-integration.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-integration.yaml

Invalid workflow file

`on.workflow_run` does not reference any workflows. See https://docs.github.com/actions/learn-github-actions/events-that-trigger-workflows#workflow_run for more information
on:
workflow_run:
workflow: [Release]
types:
- completed
jobs:
create-fuels-template-integration:
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test Setup
uses: ./.github/actions/test-setup
with:
should-install-bun: true
- name: Run Isolated Tests
run: pnpm test:integration
env:
PUBLISHED_NPM_VERSION: next
- name: Run UI tests
run: sh ./scripts/create-fuels-template-integration.sh
env:
PUBLISHED_NPM_VERSION: next